Searched refs:domListOfInts (Results 1 – 3 of 3) sorted by relevance
60 domListOfInts _value;124 domListOfInts &getValue() { return _value; } in getValue()129 const domListOfInts &getValue() const { return _value; } in getValue()134 void setValue( const domListOfInts &val ) { _value = val; } in setValue()
284 domListOfInts _value;291 domListOfInts &getValue() { return _value; } in getValue()296 const domListOfInts &getValue() const { return _value; } in getValue()301 void setValue( const domListOfInts &val ) { _value = val; } in setValue()
25 typedef daeTArray<domInt> domListOfInts; typedef45 typedef domListOfInts domInt2;46 typedef domListOfInts domInt3;47 typedef domListOfInts domInt4;48 typedef domListOfInts domInt2x2;49 typedef domListOfInts domInt3x3;50 typedef domListOfInts domInt4x4;