#include <compound.hh>

Public Member Functions | |
| block (const std::string &tag) | |
| virtual | ~block (void) |
| virtual block * | clone (void) const |
| const char * | getTag (void) const |
| html::block::block | ( | const std::string & | tag | ) | [inline] |
| virtual html::block::~block | ( | void | ) | [inline, virtual] |
Destroy a block. brief Destructor.
| virtual block* html::block::clone | ( | void | ) | const [inline, virtual] |
Create an exact duplicate of the current block. This method pre-empts the HTML object clone virtual method. brief Clone a block.
Reimplemented from html::compound.
| const char* html::block::getTag | ( | void | ) | const [inline, virtual] |
Get the tag name of this block. brief get the tag.
Reimplemented from html::compound.
1.5.4