|
| PropertyRefSet () |
|
| PropertyRefSet (const PropertyRefSet &prs) |
|
| ~PropertyRefSet () |
|
int | add (PropertyRef *) |
|
int | ensurePresent (PropertyRef::StdType, const char *nm1, const char *nm2=0, const char *nm3=0) |
|
PropertyRef * | find (const char *nm) |
|
const PropertyRef * | find (const char *nm) const |
|
int | indexOf (const char *) const |
|
int | indexOf (const PropertyRef *pr) const |
|
int | indexOf (PropertyRef::StdType, int occ=0) const |
|
bool | isPresent (const char *nm) const |
|
bool | isPresent (const PropertyRef *pr) const |
|
PropertyRefSet & | operator= (const PropertyRefSet &) |
|
void | readFrom (ascistream &) |
|
bool | save (Repos::Source) const |
|
bool | subselect (PropertyRef::StdType, ObjectSet< const PropertyRef > &) const |
|
bool | writeTo (ascostream &) const |
|
| ObjectSet () |
|
| ObjectSet (const ObjectSet &) |
|
| ObjectSet (PropertyRef *) |
|
| ObjectSet (PropertyRef *, PropertyRef *) |
|
| ObjectSet (PropertyRef *, PropertyRef *, PropertyRef *) |
|
virtual | ~ObjectSet () |
|
ObjectSet & | add (PropertyRef *t) |
|
bool | addIfNew (PropertyRef *) |
|
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 () |
|
PropertyRef * | first () |
|
const PropertyRef * | first () const |
|
virtual PropertyRef * | get (const PropertyRef *) const |
| check & unconst More...
|
|
virtual PropertyRef * | get (idx_type) |
|
virtual const PropertyRef * | get (idx_type) const |
|
idx_type | getIdx (const_iterator it) const |
|
idx_type | getIdx (iterator it) const |
|
virtual idx_type | indexOf (const PropertyRef *) const |
|
virtual void | insertAfter (PropertyRef *newptr, idx_type) |
|
virtual void | insertAt (PropertyRef *newptr, idx_type) |
|
virtual bool | isManaged () const |
|
virtual bool | isPresent (const PropertyRef *) const |
|
PropertyRef * | last () |
|
const PropertyRef * | last () const |
|
size_type | max_size () const |
|
virtual int64_t | nrItems () const |
|
bool | nullAllowed () const |
|
bool | operator!= (const ObjectSet &oth) const |
|
ObjectSet & | operator+= (PropertyRef *t) |
|
virtual ObjectSet & | operator-= (PropertyRef *) |
|
ObjectSet & | operator= (const ObjectSet &) |
|
bool | operator== (const ObjectSet &) const |
|
const PropertyRef * | operator[] (const PropertyRef *t) const |
|
PropertyRef * | operator[] (idx_type i) |
|
const PropertyRef * | operator[] (idx_type i) const |
|
void | plainErase () |
|
virtual PropertyRef * | pop () |
|
void | push (PropertyRef *t) |
|
virtual void | removeRange (idx_type from, idx_type to) |
|
virtual PropertyRef * | removeSingle (idx_type, bool keep_order=true) |
|
virtual PropertyRef * | replace (idx_type, PropertyRef *) |
|
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 () |
|