List of all members
cgicc::comment Class Reference

An HTML comment. More...

#include <cgicc/HTMLClasses.h>

Inheritance diagram for cgicc::comment:
cgicc::HTMLBooleanElement< nullTag > cgicc::HTMLElement cgicc::MStreamable

Additional Inherited Members

- Public Types inherited from cgicc::HTMLElement
enum  EElementType { eAtomic, eBoolean }
 Possible types of HTMLElements. More...
 
- Public Member Functions inherited from cgicc::HTMLBooleanElement< nullTag >
virtual HTMLElementclone () const
 Clone this element. More...
 
virtual const char * getName () const
 Get the name of this element. For example, "strong". More...
 
 HTMLBooleanElement ()
 Create a new empty boolean element.
 
 HTMLBooleanElement (const std::string &text)
 Create a new element, specifying the enclosed text. More...
 
 HTMLBooleanElement (const HTMLAttributeList &attributes)
 Create a new element, specifying the HTMLAttribute objects. More...
 
 HTMLBooleanElement (const HTMLElement &embedded)
 Create a new element, specifying an embedded HTMLElement. More...
 
 HTMLBooleanElement (const std::string &text, const HTMLAttributeList &attributes)
 Create a new element, specifying the enclosed text and HTMLAttribute objects. More...
 
 HTMLBooleanElement (const HTMLAttributeList &attributes, const HTMLElement &embed)
 Create a new element, specifying the HTMLAttributes and embedded HTMLElement. More...
 
virtual ~HTMLBooleanElement ()
 Destructor.
 
virtual void swapState () const
 Swap the state of this boolean element. More...
 
virtual bool getState () const
 Get the state of this boolean element. More...
 
- Static Public Member Functions inherited from cgicc::HTMLBooleanElement< nullTag >
static void reset ()
 Reset the state of this boolean element to closed.
 
- Protected Member Functions inherited from cgicc::HTMLElement
 HTMLElement (const HTMLAttributeList *attributes, const HTMLElement *embedded, const std::string *data, EElementType type)
 Subclass constructor. More...
 
bool dataSpecified () const
 For subclasses only. More...
 

Detailed Description

An HTML comment.

Definition at line 92 of file HTMLClasses.h.


The documentation for this class was generated from the following file:

GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2004 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Sun Jul 14 2013 07:23:28 for cgicc by doxygen 1.8.3.1