|
| ~HdrDef () |
|
| HdrDef (bool binhead) |
|
bool | isBin () const |
|
int | indexOf (const char *nm) const |
|
int | idxOfBytePos (HdrEntry::BytePos, unsigned char &offs) const |
|
void | swapValues (unsigned char *) const |
|
int | indexOf (const HdrEntry *he) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet< const HdrEntry > &) |
|
virtual | ~ObjectSet () |
|
ObjectSet< const HdrEntry > & | operator= (const ObjectSet< const HdrEntry > &) |
|
virtual bool | isManaged () const |
|
bool | nullAllowed () const |
|
void | allowNull (bool yn=true) |
|
size_type | size () const |
|
virtual int64_t | nrItems () const |
|
virtual const HdrEntry * | operator[] (size_type) |
|
virtual const const HdrEntry * | operator[] (size_type) const |
|
virtual const HdrEntry * | operator[] (const const HdrEntry *) const |
| check & unconst More...
|
|
virtual bool | validIdx (int64_t) const |
|
virtual bool | isPresent (const const HdrEntry *) const |
|
virtual size_type | indexOf (const const HdrEntry *) const |
|
const HdrEntry * | first () |
|
const const HdrEntry * | first () const |
|
const HdrEntry * | last () |
|
const const HdrEntry * | last () const |
|
ObjectSet< const HdrEntry > & | add (const HdrEntry *t) |
|
ObjectSet< const HdrEntry > & | operator+= (const HdrEntry *t) |
|
void | push (const HdrEntry *t) |
|
bool | addIfNew (const HdrEntry *) |
|
virtual const HdrEntry * | replace (size_type idx, const HdrEntry *) |
|
virtual void | insertAt (const HdrEntry *newptr, size_type) |
|
virtual void | insertAfter (const HdrEntry *newptr, size_type) |
|
virtual void | copy (const ObjectSet< const HdrEntry > &) |
|
virtual void | append (const ObjectSet< const HdrEntry > &) |
|
virtual void | swap (int64_t, int64_t) |
|
virtual void | reverse () |
|
virtual void | erase () |
|
virtual const HdrEntry * | pop () |
|
virtual const HdrEntry * | removeSingle (size_type, bool keep_order=true) |
|
virtual void | removeRange (size_type from, size_type to) |
|
virtual ObjectSet< const HdrEntry > & | operator-= (const HdrEntry *) |
|
void | plainErase () |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|