|
| PropertyRefSelection () |
|
bool | operator== (const PropertyRefSelection &) const |
|
int | indexOf (const char *) const |
|
int | find (const char *) const |
|
bool | isPresent (const char *prnm) const |
|
int | indexOf (const PropertyRef *pr) const |
|
bool | isPresent (const PropertyRef *pr) const |
|
const PropertyRef * | get (const char *nm) const |
|
PropertyRefSelection | subselect (PropertyRef::StdType) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet< const PropertyRef > &) |
|
virtual | ~ObjectSet () |
|
ObjectSet< const PropertyRef > & | operator= (const ObjectSet< const PropertyRef > &) |
|
virtual bool | isManaged () const |
|
bool | nullAllowed () const |
|
void | allowNull (bool yn=true) |
|
size_type | size () const |
|
virtual int64_t | nrItems () const |
|
virtual const PropertyRef * | operator[] (size_type) |
|
virtual const const PropertyRef * | operator[] (size_type) const |
|
virtual const PropertyRef * | operator[] (const const PropertyRef *) const |
| check & unconst More...
|
|
virtual bool | validIdx (int64_t) const |
|
virtual bool | isPresent (const const PropertyRef *) const |
|
virtual size_type | indexOf (const const PropertyRef *) const |
|
const PropertyRef * | first () |
|
const const PropertyRef * | first () const |
|
const PropertyRef * | last () |
|
const const PropertyRef * | last () const |
|
ObjectSet< const PropertyRef > & | add (const PropertyRef *t) |
|
ObjectSet< const PropertyRef > & | operator+= (const PropertyRef *t) |
|
void | push (const PropertyRef *t) |
|
bool | addIfNew (const PropertyRef *) |
|
virtual const PropertyRef * | replace (size_type idx, const PropertyRef *) |
|
virtual void | insertAt (const PropertyRef *newptr, size_type) |
|
virtual void | insertAfter (const PropertyRef *newptr, size_type) |
|
virtual void | copy (const ObjectSet< const PropertyRef > &) |
|
virtual void | append (const ObjectSet< const PropertyRef > &) |
|
virtual void | swap (int64_t, int64_t) |
|
virtual void | reverse () |
|
virtual void | erase () |
|
virtual const PropertyRef * | pop () |
|
virtual const PropertyRef * | removeSingle (size_type, bool keep_order=true) |
|
virtual void | removeRange (size_type from, size_type to) |
|
virtual ObjectSet< const PropertyRef > & | operator-= (const PropertyRef *) |
|
void | plainErase () |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|