|
| | ContentSet () |
| |
| | ~ContentSet () |
| |
| Content * | getByName (const char *s) |
| |
| const Content * | getByName (const char *s) const |
| |
| const Content & | getContent (const char *s) const |
| |
| int | getIndexOf (const char *) const |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (Content *) |
| |
| | ObjectSet (Content *, Content *) |
| |
| | ObjectSet (Content *, Content *, Content *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (Content *t) |
| |
| bool | addIfNew (Content *) |
| |
| void | allowNull (bool yn=true) |
| |
| virtual void | append (const ObjectSet &) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| ObjectSet * | clone () const override |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| void | erase () override |
| |
| Content * | first () |
| |
| const Content * | first () const |
| |
| virtual Content * | get (const Content *) const |
| | check & unconst More...
|
| |
| virtual Content * | get (idx_type) |
| |
| virtual const Content * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const Content *) const |
| |
| virtual void | insertAfter (Content *newptr, idx_type) |
| |
| virtual void | insertAt (Content *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const Content *) const |
| |
| Content * | last () |
| |
| const Content * | last () const |
| |
| size_type | max_size () const |
| |
| std::int64_t | nrItems () const override |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (Content *t) |
| |
| virtual ObjectSet & | operator-= (Content *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const Content * | operator[] (const Content *t) const |
| |
| Content * | operator[] (idx_type i) |
| |
| const Content * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual Content * | pop () |
| |
| void | push (Content *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual Content * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual Content * | replace (idx_type, Content *) |
| |
| void | reverse () override |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| void | swapItems (std::int64_t i1, std::int64_t i2) override |
| |
| void | useIndexes (const idx_type *) |
| |
| bool | validIdx (std::int64_t) const override |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
set of names for stuff that can be inside porous layers
<>