#include <element.h>
Inheritance diagram for PaddingElement:
Public Methods | |
PaddingElement (const char *name, int size) | |
int | AssignPos (int currPos) |
Assign position to this element Return next pos. More... | |
void | Output (ostream &out, Element *sel) |
Private Attributes | |
int | size |
|
Definition at line 207 of file element.h.
|
|
Assign position to this element Return next pos.
Implements Element. Definition at line 213 of file element.h. References Element::len, Element::position, and size.
|
|
Implements Element. Definition at line 220 of file element.h. References Element::len, Element::name, and Element::position.
|
|
Definition at line 204 of file element.h. Referenced by AssignPos(). |