|
| | ~FormulaSet () |
| |
| const Formula * | getByName (const char *nm) const |
| |
| const Formula * | getByName (const Mnemonic &, const char *) const |
| |
| int | getIndexOf (const char *) const |
| |
| bool | getMatching (Math::Formula &) const |
| |
| void | getRelevant (const Mnemonic &, BufferStringSet &) const |
| |
| bool | getRelevant (const Mnemonic &, ObjectSet< const Math::Formula > &) const |
| |
| void | getRelevant (PropType, MnemonicSelection &) const |
| |
| bool | hasType (PropType) const |
| |
| | ObjectSet () |
| |
| | ObjectSet (const Formula *) |
| |
| | ObjectSet (const Formula *, const Formula *) |
| |
| | ObjectSet (const Formula *, const Formula *, const Formula *) |
| |
| | ObjectSet (const ObjectSet &) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (const Formula *t) |
| |
| bool | addIfNew (const Formula *) |
| |
| 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 Formula * | first () |
| |
| const const Formula * | first () const |
| |
| virtual const Formula * | get (const const Formula *) const |
| | check & unconst More...
|
| |
| virtual const Formula * | get (idx_type) |
| |
| virtual const const Formula * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const const Formula *) const |
| |
| virtual void | insertAfter (const Formula *newptr, idx_type) |
| |
| virtual void | insertAt (const Formula *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const const Formula *) const |
| |
| const Formula * | last () |
| |
| const const Formula * | 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 Formula *t) |
| |
| virtual ObjectSet & | operator-= (const Formula *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const const Formula * | operator[] (const const Formula *t) const |
| |
| const Formula * | operator[] (idx_type i) |
| |
| const const Formula * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual const Formula * | pop () |
| |
| void | push (const Formula *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual const Formula * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual const Formula * | replace (idx_type, const Formula *) |
| |
| 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 () |
| |
A repository of mathematics formulaes based on Mnemonics.
<>