|
| | PropertyRefSet () |
| |
| | PropertyRefSet (const PropertyRefSet &prs) |
| |
| | ~PropertyRefSet () |
| |
| PropertyRefSet & | operator= (const PropertyRefSet &) |
| |
| bool | isPresent (const char *nm) const |
| |
| int | indexOf (const char *) const |
| |
| int | indexOf (PropertyRef::StdType, int occ=0) const |
| |
| PropertyRef * | find (const char *nm) |
| |
| const PropertyRef * | find (const char *nm) const |
| |
| int | add (PropertyRef *) |
| |
| int | ensurePresent (PropertyRef::StdType, const char *nm1, const char *nm2=0, const char *nm3=0) |
| |
| bool | save (Repos::Source) const |
| |
| bool | isPresent (const PropertyRef *pr) const |
| |
| int | indexOf (const PropertyRef *pr) const |
| |
| bool | subselect (PropertyRef::StdType, ObjectSet< const PropertyRef > &) const |
| |
| void | readFrom (ascistream &) |
| |
| bool | writeTo (ascostream &) const |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet< PropertyRef > &) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet< PropertyRef > & | operator= (const ObjectSet< PropertyRef > &) |
| |
| virtual bool | isManaged () const |
| |
| bool | nullAllowed () const |
| |
| void | allowNull (bool yn=true) |
| |
| size_type | size () const |
| |
| virtual int64_t | nrItems () const |
| |
| virtual PropertyRef * | operator[] (size_type) |
| |
| virtual const PropertyRef * | operator[] (size_type) const |
| |
| virtual PropertyRef * | operator[] (const PropertyRef *) const |
| | check & unconst More...
|
| |
| virtual bool | validIdx (int64_t) const |
| |
| PropertyRef * | first () |
| |
| const PropertyRef * | first () const |
| |
| PropertyRef * | last () |
| |
| const PropertyRef * | last () const |
| |
| ObjectSet< PropertyRef > & | add (PropertyRef *t) |
| |
| ObjectSet< PropertyRef > & | operator+= (PropertyRef *t) |
| |
| void | push (PropertyRef *t) |
| |
| bool | addIfNew (PropertyRef *) |
| |
| virtual PropertyRef * | replace (size_type idx, PropertyRef *) |
| |
| virtual void | insertAt (PropertyRef *newptr, size_type) |
| |
| virtual void | insertAfter (PropertyRef *newptr, size_type) |
| |
| virtual void | copy (const ObjectSet< PropertyRef > &) |
| |
| virtual void | append (const ObjectSet< PropertyRef > &) |
| |
| virtual void | swap (int64_t, int64_t) |
| |
| virtual void | reverse () |
| |
| virtual void | erase () |
| |
| virtual PropertyRef * | pop () |
| |
| virtual PropertyRef * | removeSingle (size_type, bool keep_order=true) |
| |
| virtual void | removeRange (size_type from, size_type to) |
| |
| virtual ObjectSet< PropertyRef > & | operator-= (PropertyRef *) |
| |
| void | plainErase () |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |