#include <ShRecord.hpp>
Public Types | |
| typedef std::list< ShVariable > | VarList |
| typedef VarList::iterator | iterator |
| typedef VarList::const_iterator | const_iterator |
Public Member Functions | |
| ShRecord () | |
| ShRecord (const ShVariable &var) | |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
| size_t | size () const |
| void | append (const ShVariable &variable) |
| void | prepend (const ShVariable &variable) |
| void | append (const ShRecord &rec) |
| void | prepend (const ShRecord &rec) |
| ShRecord & | operator= (const ShRecord &other) |
| ShRecord & | operator= (const ShProgram &program) |
The record keep track (by reference) of an ordered lists of data variables, to be used as inputs and outputs of record operations.
Definition at line 37 of file ShRecord.hpp.
1.4.3-20050530