|
typedef int | size_type |
|
typedef TrcKeyZSampling | object_type |
|
| TypeSet () |
|
| TypeSet (int nr, TrcKeyZSampling typ) |
|
| TypeSet (const TrcKeyZSampling *t, int nr) |
|
| TypeSet (const TypeSet< TrcKeyZSampling > &t) |
|
virtual | ~TypeSetBase () |
|
TypeSetBase< TrcKeyZSampling, int > & | operator= (const TypeSetBase< TrcKeyZSampling, int > &ts) |
|
size_type | size () const |
|
virtual int64_t | nrItems () const |
|
virtual bool | setSize (size_type, TrcKeyZSampling val=TrcKeyZSampling()) |
|
virtual bool | setCapacity (size_type sz, bool withmargin) |
|
virtual size_type | getCapacity () const |
|
void | setAll (TrcKeyZSampling) |
|
void | replace (TrcKeyZSampling, TrcKeyZSampling) |
|
TrcKeyZSampling & | operator[] (size_type) |
|
const TrcKeyZSampling & | operator[] (size_type) const |
|
TrcKeyZSampling & | first () |
|
const TrcKeyZSampling & | first () const |
|
TrcKeyZSampling & | last () |
|
const TrcKeyZSampling & | last () const |
|
virtual bool | validIdx (int64_t) const |
|
virtual size_type | indexOf (TrcKeyZSampling, bool forward=true, size_type start=-1) const |
|
bool | isPresent (const TrcKeyZSampling &) const |
|
size_type | count (const TrcKeyZSampling &) const |
|
TypeSetBase< TrcKeyZSampling, int > & | add (const TrcKeyZSampling &) |
|
virtual void | insert (size_type, const TrcKeyZSampling &) |
|
bool | push (const TrcKeyZSampling &) |
|
TrcKeyZSampling | pop () |
|
TypeSetBase< TrcKeyZSampling, int > & | operator+= (const TrcKeyZSampling &t) |
|
virtual bool | append (const TrcKeyZSampling *, size_type) |
|
virtual bool | append (const TypeSetBase< TrcKeyZSampling, int > &) |
|
virtual bool | addIfNew (const TrcKeyZSampling &) |
|
virtual TypeSetBase< TrcKeyZSampling, int > & | copy (const TrcKeyZSampling *, size_type) |
|
virtual TypeSetBase< TrcKeyZSampling, int > & | copy (const TypeSetBase< TrcKeyZSampling, int > &) |
|
virtual void | createUnion (const TypeSetBase< TrcKeyZSampling, int > &) |
|
virtual void | createIntersection (const TypeSetBase< TrcKeyZSampling, int > &) |
| Only keeps common items. More...
|
|
virtual void | createDifference (const TypeSetBase< TrcKeyZSampling, 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< TrcKeyZSampling, 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< TrcKeyZSampling, int > & | operator-= (const TrcKeyZSampling &) |
|
virtual void | removeRange (size_type from, size_type to) |
|
virtual TrcKeyZSampling * | arr () |
| 3rd party access More...
|
|
virtual const TrcKeyZSampling * | arr () const |
|
std::vector< TrcKeyZSampling > & | vec () |
|
const std::vector< TrcKeyZSampling > & | vec () const |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|
| TypeSetBase () |
|
| TypeSetBase (size_type nr, TrcKeyZSampling typ) |
|
| TypeSetBase (const TrcKeyZSampling *, size_type nr) |
|
| TypeSetBase (const TypeSetBase< TrcKeyZSampling, size_type > &) |
|
virtual TrcKeyZSampling * | gtArr () const |
|
VectorAccess< TrcKeyZSampling, int > | vec_ |
|