|
| | SpecVarSet () |
| |
| int | getIndexOf (const char *varnm) const |
| |
| void | getNames (BufferStringSet &, bool usrdisp=true) const |
| |
| void | add (const char *varnm, const char *dispnm, bool hasuns=false, PropertyRef::StdType typ=PropertyRef::Other) |
| |
| SpecVar * | find (const char *nm) |
| |
| const SpecVar * | find (const char *nm) const |
| |
| bool | isPresent (const char *nm) const |
| |
| const OD::String & | varName (int idx) const |
| |
| const OD::String & | dispName (int idx) const |
| |
| bool | hasUnits (int idx) |
| |
| PropertyRef::StdType | propType (int idx) |
| |
| | TypeSet () |
| |
| | TypeSet (int nr, SpecVar typ) |
| |
| | TypeSet (const SpecVar *t, int nr) |
| |
| | TypeSet (const TypeSet< SpecVar > &t) |
| |
| virtual | ~TypeSetBase () |
| |
| TypeSetBase< SpecVar, int > & | operator= (const TypeSetBase< SpecVar, int > &ts) |
| |
| size_type | size () const |
| |
| virtual int64_t | nrItems () const |
| |
| virtual bool | setSize (size_type, SpecVar val=SpecVar()) |
| |
| virtual bool | setCapacity (size_type sz, bool withmargin) |
| |
| virtual size_type | getCapacity () const |
| |
| void | setAll (SpecVar) |
| |
| void | replace (SpecVar, SpecVar) |
| |
| SpecVar & | operator[] (size_type) |
| |
| const SpecVar & | operator[] (size_type) const |
| |
| SpecVar & | first () |
| |
| const SpecVar & | first () const |
| |
| SpecVar & | last () |
| |
| const SpecVar & | last () const |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual size_type | indexOf (SpecVar, bool forward=true, size_type start=-1) const |
| |
| bool | isPresent (const SpecVar &) const |
| |
| size_type | count (const SpecVar &) const |
| |
| TypeSetBase< SpecVar, int > & | add (const SpecVar &) |
| |
| virtual void | insert (size_type, const SpecVar &) |
| |
| bool | push (const SpecVar &) |
| |
| SpecVar | pop () |
| |
| TypeSetBase< SpecVar, int > & | operator+= (const SpecVar &t) |
| |
| virtual bool | append (const SpecVar *, size_type) |
| |
| virtual bool | append (const TypeSetBase< SpecVar, int > &) |
| |
| virtual bool | addIfNew (const SpecVar &) |
| |
| virtual TypeSetBase< SpecVar, int > & | copy (const SpecVar *, size_type) |
| |
| virtual TypeSetBase< SpecVar, int > & | copy (const TypeSetBase< SpecVar, int > &) |
| |
| virtual void | createUnion (const TypeSetBase< SpecVar, int > &) |
| |
| virtual void | createIntersection (const TypeSetBase< SpecVar, int > &) |
| | Only keeps common items. More...
|
| |
| virtual void | createDifference (const TypeSetBase< SpecVar, int > &, bool must_preserve_order=false) |
| | Removes all items present in other set. More...
|
| |
| virtual void | swap (int64_t, int64_t) |
| |
| virtual void | move (size_type from, size_type to) |
| |
| virtual void | getReOrdered (const size_type *, TypeSetBase< SpecVar, int > &) |
| | Fills as per the given array of indexes. More...
|
| |
| virtual void | reverse () |
| |
| virtual void | erase () |
| |
| virtual void | removeSingle (size_type, bool preserver_order=true) |
| |
| TypeSetBase< SpecVar, int > & | operator-= (const SpecVar &) |
| |
| virtual void | removeRange (size_type from, size_type to) |
| |
| virtual SpecVar * | arr () |
| | 3rd party access More...
|
| |
| virtual const SpecVar * | arr () const |
| |
| std::vector< SpecVar > & | vec () |
| |
| const std::vector< SpecVar > & | vec () const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
Set of special variables for Math Formulae/Expressions.