|
| IODirEntryList (const IODir &, const IOObjContext &) |
| IODir is expected to remain alive. More...
|
|
| IODirEntryList (const IODir &, const TranslatorGroup *, bool maychgdir, const char *translator_globexpr=0) |
| IODir is expected to remain alive. More...
|
|
| ~IODirEntryList () |
|
const IODirEntry * | current () const |
|
void | fill (const IODir &, const char *nmfiltglobexpr=0) |
| IODir is expected to remain alive. More...
|
|
void | getIOObjNames (BufferStringSet &) const |
|
BufferStringSet | getValuesFor (const char *key) const |
| key can be either the translator group name or an omf metadata key More...
|
|
int | indexOf (const char *) const |
|
int | indexOf (const IODirEntry *e) const override |
|
const char * | name () const |
|
void | removeWithTranslator (const char *) |
|
const IOObj * | selected () const |
|
void | setCurrent (int idx) |
|
void | setSelected (const MultiID &) |
|
void | sort () |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet &) |
|
| ObjectSet (IODirEntry *) |
|
| ObjectSet (IODirEntry *, IODirEntry *) |
|
| ObjectSet (IODirEntry *, IODirEntry *, IODirEntry *) |
|
virtual | ~ObjectSet () |
|
ObjectSet & | add (IODirEntry *t) |
|
bool | addIfNew (IODirEntry *) |
|
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 |
|
IODirEntry * | first () |
|
const IODirEntry * | first () const |
|
virtual IODirEntry * | get (const IODirEntry *) const |
| check & unconst More...
|
|
virtual IODirEntry * | get (idx_type) |
|
virtual const IODirEntry * | get (idx_type) const |
|
idx_type | getIdx (const_iterator it) const |
|
idx_type | getIdx (iterator it) const |
|
virtual idx_type | indexOf (const IODirEntry *) const |
|
virtual void | insertAfter (IODirEntry *newptr, idx_type) |
|
virtual void | insertAt (IODirEntry *newptr, idx_type) |
|
virtual bool | isManaged () const |
|
virtual bool | isPresent (const IODirEntry *) const |
|
IODirEntry * | last () |
|
const IODirEntry * | last () const |
|
size_type | max_size () const |
|
std::int64_t | nrItems () const override |
|
bool | nullAllowed () const |
|
bool | operator!= (const ObjectSet &oth) const |
|
ObjectSet & | operator+= (IODirEntry *t) |
|
virtual ObjectSet & | operator-= (IODirEntry *) |
|
ObjectSet & | operator= (const ObjectSet &) |
|
bool | operator== (const ObjectSet &) const |
|
const IODirEntry * | operator[] (const IODirEntry *t) const |
|
IODirEntry * | operator[] (idx_type i) |
|
const IODirEntry * | operator[] (idx_type i) const |
|
void | plainErase () |
|
virtual IODirEntry * | pop () |
|
void | push (IODirEntry *t) |
|
virtual void | removeRange (idx_type from, idx_type to) |
|
virtual IODirEntry * | removeSingle (idx_type, bool keep_order=true) |
|
virtual IODirEntry * | replace (idx_type, IODirEntry *) |
|
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 () |
|