|
| | HdrDef (bool binhead) |
| |
| | ~HdrDef () |
| |
| int | idxOfBytePos (HdrEntry::BytePos, unsigned char &offs) const |
| |
| int | indexOf (const char *nm) const |
| |
| int | indexOf (const HdrEntry *he) const |
| |
| bool | isBin () const |
| |
| void | swapValues (unsigned char *) const |
| |
| | ObjectSet () |
| |
| | ObjectSet (const HdrEntry *) |
| |
| | ObjectSet (const HdrEntry *, const HdrEntry *) |
| |
| | ObjectSet (const HdrEntry *, const HdrEntry *, const HdrEntry *) |
| |
| | ObjectSet (const ObjectSet &) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (const HdrEntry *t) |
| |
| bool | addIfNew (const HdrEntry *) |
| |
| void | allowNull (bool yn=true) |
| |
| virtual void | append (const ObjectSet &) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| virtual ObjectSet * | clone () const |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| virtual void | erase () |
| |
| const HdrEntry * | first () |
| |
| const const HdrEntry * | first () const |
| |
| virtual const HdrEntry * | get (const const HdrEntry *) const |
| | check & unconst More...
|
| |
| virtual const HdrEntry * | get (idx_type) |
| |
| virtual const const HdrEntry * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const const HdrEntry *) const |
| |
| virtual void | insertAfter (const HdrEntry *newptr, idx_type) |
| |
| virtual void | insertAt (const HdrEntry *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const const HdrEntry *) const |
| |
| const HdrEntry * | last () |
| |
| const const HdrEntry * | last () const |
| |
| size_type | max_size () const |
| |
| virtual int64_t | nrItems () const |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (const HdrEntry *t) |
| |
| virtual ObjectSet & | operator-= (const HdrEntry *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const const HdrEntry * | operator[] (const const HdrEntry *t) const |
| |
| const HdrEntry * | operator[] (idx_type i) |
| |
| const const HdrEntry * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual const HdrEntry * | pop () |
| |
| void | push (const HdrEntry *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual const HdrEntry * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual const HdrEntry * | replace (idx_type, const HdrEntry *) |
| |
| virtual void | reverse () |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| virtual void | swapItems (int64_t i1, int64_t i2) |
| |
| void | useIndexes (const idx_type *) |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |