Public Types | |
typedef vector< T > | V |
Public Member Functions | |
SimpleSequenceField (string name, const FieldType *type, bool isEventTarget, bool isEventSource, V N::*var, bool(N::*func)(const V &, const Time &), EventSource N::*eventSource, Time N::*stamp) | |
unsigned | getSize (const NodeBase *n) const |
Ref< ValueBase > | getAt (const NodeBase *n, unsigned i) const |
void | setAt (NodeBase *n, const ValueBase *v, unsigned i, Time time, bool cascade) const |
void | add (NodeBase *n, const ValueBase *v, Time time, bool cascade) const |
void | remove (NodeBase *n, const ValueBase *v, Time time, bool cascade) const |
Definition at line 144 of file field.H.