#include <ligolw.hh>

Public Member Functions | |
| ligolw (void) | |
| ligolw (const char *Name, const char *Type=0) | |
| ligolw (const XSIL &x) | |
| ~ligolw (void) | |
| ligolw * | Clone (void) const |
| XSIL * | addXSIL (const char *Name, const char *Type=0) |
| const char * | getObjType (void) const |
| xsil::ligolw::ligolw | ( | void | ) |
XSil default constructor. brief default constructor.
| xsil::ligolw::ligolw | ( | const char * | Name, | |
| const char * | Type = 0 | |||
| ) |
XSIL named structure constructor. brief Named structure constructor.
| Name | Pointer to structure name string. | |
| Type | Pointer to structure type string. |
| xsil::ligolw::ligolw | ( | const XSIL & | x | ) |
XSIL structure copy constructor. brief Copy constructor.
| x | Structure definition to be copied. |
| xsil::ligolw::~ligolw | ( | void | ) |
Destructor. brief Destructor.
| ligolw* xsil::ligolw::Clone | ( | void | ) | const [virtual] |
Clone a structure. brief Clone a structure.
Reimplemented from xsil::XSIL.
| XSIL* xsil::ligolw::addXSIL | ( | const char * | Name, | |
| const char * | Type = 0 | |||
| ) | [virtual] |
Add a named XSIL substructure. brief Add an XSIL substructure.
| Name | Pointer to structure name string. | |
| Type | Pointer to structure type string. |
Reimplemented from xsil::XSIL.
| const char* xsil::ligolw::getObjType | ( | void | ) | const [virtual] |
Return the object type. brief Object type name.
Reimplemented from xsil::XSIL.
1.5.4