|
| | CallBackSet () |
| |
| | CallBackSet (const CallBackSet &) |
| |
| CallBackSet & | operator= (const CallBackSet &) |
| |
| void | doCall (CallBacker *) |
| | it is possible to remove another callback during the doCall More...
|
| |
| void | disableAll (bool yn=true) |
| |
| bool | hasAnyDisabled () const |
| |
| void | removeWith (const CallBacker *) |
| |
| void | removeWith (CallBackFunction) |
| |
| void | removeWith (StaticCallBackFunction) |
| |
| void | transferTo (CallBackSet &to, const CallBacker *onlyfor=0) |
| |
| | TypeSet () |
| |
| | TypeSet (int nr, CallBack typ) |
| |
| | TypeSet (const CallBack *t, int nr) |
| |
| | TypeSet (const TypeSet< CallBack > &t) |
| |
| virtual | ~TypeSetBase () |
| |
| TypeSetBase< T, I > & | operator= (const TypeSetBase< T, I > &ts) |
| |
| size_type | size () const |
| |
| virtual int64_t | nrItems () const |
| |
| virtual bool | setSize (size_type, T val=T()) |
| |
| virtual bool | setCapacity (size_type sz, bool withmargin) |
| |
| virtual size_type | getCapacity () const |
| |
| void | setAll (T) |
| |
| void | replace (T, T) |
| |
| T & | get (size_type) |
| |
| const T & | get (size_type) const |
| |
| T & | first () |
| |
| const T & | first () const |
| |
| T & | last () |
| |
| const T & | last () const |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual size_type | indexOf (T, bool forward=true, size_type start=-1) const |
| |
| bool | isPresent (const T &) const |
| |
| size_type | count (const T &) const |
| |
| TypeSetBase< T, I > & | add (const T &) |
| |
| virtual void | insert (size_type, const T &) |
| |
| bool | push (const T &) |
| |
| T | pop () |
| |
| virtual bool | append (const T *, size_type) |
| |
| virtual bool | append (const TypeSetBase< T, I > &) |
| |
| virtual bool | addIfNew (const T &) |
| |
| virtual TypeSetBase< T, I > & | copy (const T *, size_type) |
| |
| virtual TypeSetBase< T, I > & | copy (const TypeSetBase< T, I > &) |
| |
| virtual void | createUnion (const TypeSetBase< T, I > &) |
| |
| virtual void | createIntersection (const TypeSetBase< T, I > &) |
| | Only keeps common items. More...
|
| |
| virtual void | createDifference (const TypeSetBase< T, I > &, bool must_preserve_order=false) |
| | Removes all items present in other set. More...
|
| |
| virtual void | swap (int64_t, int64_t) |
| |
| virtual void | move (size_type from, size_type to) |
| |
| virtual void | reverse () |
| |
| virtual void | erase () |
| |
| virtual void | removeSingle (size_type, bool preserver_order=true) |
| |
| virtual void | removeRange (size_type from, size_type to) |
| |
| virtual T * | arr () |
| | 3rd party access More...
|
| |
| virtual const T * | arr () const |
| |
| std::vector< T > & | vec () |
| |
| const std::vector< T > & | vec () const |
| |
| T & | operator[] (size_type i) |
| |
| const T & | operator[] (size_type i) const |
| |
| TypeSetBase< T, I > & | operator+= (const T &t) |
| |
| TypeSetBase< T, I > & | operator-= (const T &t) |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
TypeSet of CallBacks with a few extras.