#include <vector>
#include "BaseType.h"
#include "Constructor.h"
#include "ConstraintEvaluator.h"
Include dependency graph for Sequence.h:
This graph shows which files directly or indirectly include this file:
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 std::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 63 of file Sequence.h.
typedef std::vector<BaseTypeRow *> SequenceValues |
This type holds all of the values of a Sequence.
Definition at line 66 of file Sequence.h.