|
| MnemonicSet () |
|
| MnemonicSet (const MnemonicSet &mns) |
|
| ~MnemonicSet () |
|
int | add (Mnemonic *) |
|
Mnemonic * | find (const char *nm) |
|
const Mnemonic * | find (const char *nm) const |
|
Mnemonic * | getGuessed (const UnitOfMeasure *) |
|
const Mnemonic * | getGuessed (const UnitOfMeasure *) const |
|
Mnemonic * | getGuessed (PropertyRef::StdType) |
|
const Mnemonic * | getGuessed (PropertyRef::StdType) const |
|
void | getNames (BufferStringSet &) const |
|
MnemonicSet * | getSet (const PropertyRef *) |
|
int | indexOf (const char *) const |
|
int | indexOf (const Mnemonic *mn) const |
|
bool | isPresent (const char *nm) const |
|
bool | isPresent (const Mnemonic *mn) const |
|
MnemonicSet & | operator= (const MnemonicSet &) |
|
void | readFrom (ascistream &) |
|
bool | save () const |
|
bool | writeTo (ascostream &) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet &) |
|
| ObjectSet (Mnemonic *) |
|
| ObjectSet (Mnemonic *, Mnemonic *) |
|
| ObjectSet (Mnemonic *, Mnemonic *, Mnemonic *) |
|
virtual | ~ObjectSet () |
|
ObjectSet & | add (Mnemonic *t) |
|
bool | addIfNew (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 |
|
virtual ObjectSet * | clone () const |
|
virtual void | copy (const ObjectSet &) |
|
bool | empty () const |
|
iterator | end () |
|
const_iterator | end () const |
|
virtual void | erase () |
|
Mnemonic * | first () |
|
const Mnemonic * | first () const |
|
virtual Mnemonic * | get (const Mnemonic *) const |
| check & unconst More...
|
|
virtual Mnemonic * | get (idx_type) |
|
virtual const Mnemonic * | get (idx_type) const |
|
idx_type | getIdx (const_iterator it) const |
|
idx_type | getIdx (iterator it) const |
|
virtual idx_type | indexOf (const Mnemonic *) const |
|
virtual void | insertAfter (Mnemonic *newptr, idx_type) |
|
virtual void | insertAt (Mnemonic *newptr, idx_type) |
|
virtual bool | isManaged () const |
|
virtual bool | isPresent (const Mnemonic *) const |
|
Mnemonic * | last () |
|
const Mnemonic * | last () const |
|
size_type | max_size () const |
|
virtual int64_t | nrItems () const |
|
bool | nullAllowed () const |
|
bool | operator!= (const ObjectSet &oth) const |
|
ObjectSet & | operator+= (Mnemonic *t) |
|
virtual ObjectSet & | operator-= (Mnemonic *) |
|
ObjectSet & | operator= (const ObjectSet &) |
|
bool | operator== (const ObjectSet &) const |
|
const Mnemonic * | operator[] (const Mnemonic *t) const |
|
Mnemonic * | operator[] (idx_type i) |
|
const Mnemonic * | operator[] (idx_type i) const |
|
void | plainErase () |
|
virtual Mnemonic * | pop () |
|
void | push (Mnemonic *t) |
|
virtual void | removeRange (idx_type from, idx_type to) |
|
virtual Mnemonic * | removeSingle (idx_type, bool keep_order=true) |
|
virtual Mnemonic * | replace (idx_type, Mnemonic *) |
|
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 () |
|