#include <stack>#include "XDRUtils.h"#include "BaseType.h"#include "Constructor.h"#include "ConstraintEvaluator.h"


Go to the source code of this file.
Classes | |
| class | Sequence |
| Holds a sequence. More... | |
Defines | |
| #define | _sequence_h 1 |
Typedefs | |
| typedef vector< BaseType * > | BaseTypeRow |
| typedef vector< BaseTypeRow * > | SequenceValues |
| #define _sequence_h 1 |
Definition at line 43 of file Sequence.h.
| typedef vector<BaseType *> BaseTypeRow |
The type BaseTypeRow is used to store single rows of values in an instance of Sequence. Values are stored in instances of BaseType.
Definition at line 65 of file Sequence.h.
| typedef vector<BaseTypeRow *> SequenceValues |
This type holds all of the values of a Sequence.
Definition at line 68 of file Sequence.h.
1.5.4