#include <element.h>
Inheritance diagram for DefinedElement:
Public Methods | |
DefinedElement (const char *name, ComplexElement *type, int n) | |
int | AssignPos (int currPos) |
Assign position to this element Return next pos. More... | |
void | Output (ostream &out, Element *sel) |
Private Attributes | |
ComplexElement * | type |
int | n |
|
Definition at line 148 of file element.h.
|
|
Assign position to this element Return next pos.
Implements Element. Definition at line 154 of file element.h. References Element::GetLength(), Element::len, Element::position, and type.
|
|
Implements Element. Definition at line 161 of file element.h. References Element::len, Element::name, ComplexElement::Output(), Element::position, and type.
|
|
|
|
|