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