|
| 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 char * | name () const |
|
void | fill (const IODir &, const char *nmfiltglobexpr=0) |
| IODir is expected to remain alive. More...
|
|
void | setSelected (const MultiID &) |
|
void | sort () |
|
void | setCurrent (int idx) |
|
const IODirEntry * | current () const |
|
const IOObj * | selected () const |
|
void | removeWithTranslator (const char *) |
|
int | indexOf (const char *) const |
|
int | indexOf (const IODirEntry *e) const |
|
void | getIOObjNames (BufferStringSet &) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet< IODirEntry > &) |
|
virtual | ~ObjectSet () |
|
ObjectSet< IODirEntry > & | operator= (const ObjectSet< IODirEntry > &) |
|
virtual bool | isManaged () const |
|
bool | nullAllowed () const |
|
void | allowNull (bool yn=true) |
|
size_type | size () const |
|
virtual int64_t | nrItems () const |
|
virtual IODirEntry * | operator[] (size_type) |
|
virtual const IODirEntry * | operator[] (size_type) const |
|
virtual IODirEntry * | operator[] (const IODirEntry *) const |
| check & unconst More...
|
|
virtual bool | validIdx (int64_t) const |
|
virtual bool | isPresent (const IODirEntry *) const |
|
IODirEntry * | first () |
|
const IODirEntry * | first () const |
|
IODirEntry * | last () |
|
const IODirEntry * | last () const |
|
ObjectSet< IODirEntry > & | add (IODirEntry *t) |
|
ObjectSet< IODirEntry > & | operator+= (IODirEntry *t) |
|
void | push (IODirEntry *t) |
|
bool | addIfNew (IODirEntry *) |
|
virtual IODirEntry * | replace (size_type idx, IODirEntry *) |
|
virtual void | insertAt (IODirEntry *newptr, size_type) |
|
virtual void | insertAfter (IODirEntry *newptr, size_type) |
|
virtual void | copy (const ObjectSet< IODirEntry > &) |
|
virtual void | append (const ObjectSet< IODirEntry > &) |
|
virtual void | swap (int64_t, int64_t) |
|
virtual void | reverse () |
|
virtual void | erase () |
|
virtual IODirEntry * | pop () |
|
virtual IODirEntry * | removeSingle (size_type, bool keep_order=true) |
|
virtual void | removeRange (size_type from, size_type to) |
|
virtual ObjectSet< IODirEntry > & | operator-= (IODirEntry *) |
|
void | plainErase () |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|