|
| | MnemonicSelection () |
| |
| | MnemonicSelection (const Mnemonic *exclude) |
| |
| | MnemonicSelection (const Mnemonic::StdType) |
| |
| | MnemonicSelection (const UnitOfMeasure &) |
| |
| void | fillPar (IOPar &) const |
| |
| const Mnemonic * | getByName (const char *, bool matchaliases=true) const |
| |
| void | getNames (BufferStringSet &) const |
| |
| void | sort () |
| |
| bool | usePar (const IOPar &) |
| |
| | ObjectSet () |
| |
| | ObjectSet (const Mnemonic *) |
| |
| | ObjectSet (const Mnemonic *, const Mnemonic *) |
| |
| | ObjectSet (const Mnemonic *, const Mnemonic *, const Mnemonic *) |
| |
| | ObjectSet (const ObjectSet &) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (const Mnemonic *t) |
| |
| bool | addIfNew (const Mnemonic *) |
| |
| 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 |
| |
| const Mnemonic * | first () |
| |
| const const Mnemonic * | first () const |
| |
| virtual const Mnemonic * | get (const const Mnemonic *) const |
| | check & unconst More...
|
| |
| virtual const Mnemonic * | get (idx_type) |
| |
| virtual const const Mnemonic * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const const Mnemonic *) const |
| |
| virtual void | insertAfter (const Mnemonic *newptr, idx_type) |
| |
| virtual void | insertAt (const Mnemonic *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const const Mnemonic *) const |
| |
| const Mnemonic * | last () |
| |
| const const Mnemonic * | last () const |
| |
| size_type | max_size () const |
| |
| std::int64_t | nrItems () const override |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (const Mnemonic *t) |
| |
| virtual ObjectSet & | operator-= (const Mnemonic *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const const Mnemonic * | operator[] (const const Mnemonic *t) const |
| |
| const Mnemonic * | operator[] (idx_type i) |
| |
| const const Mnemonic * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual const Mnemonic * | pop () |
| |
| void | push (const Mnemonic *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual const Mnemonic * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual const Mnemonic * | replace (idx_type, const Mnemonic *) |
| |
| 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 () |
| |