|
| CallBackSet () |
|
| CallBackSet (const CallBackSet &) |
|
void | disableAll (bool yn=true) |
|
void | doCall (CallBacker *) |
| it is possible to remove another callback during the doCall More...
|
|
bool | hasAnyDisabled () const |
|
void | moveWith (const CallBacker *, int idx) |
|
CallBackSet & | operator= (const CallBackSet &) |
|
void | removeWith (CallBackFunction) |
|
void | removeWith (const CallBacker *) |
|
void | removeWith (StaticCallBackFunction) |
|
void | transferTo (CallBackSet &to, const CallBacker *onlyfor=nullptr, const CallBacker *notfor=nullptr) |
|
void | addObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
int | nrRefs () const |
| Only for expert use. More...
|
|
void | ref () const |
|
bool | refIfReffed () const |
| Don't use in production, for debugging. More...
|
|
void | removeObserver (WeakPtrBase *obs) |
| Not for normal use. May become private. More...
|
|
bool | tryRef () const |
| Not for normal use. May become private. More...
|
|
void | unRef () const |
|
void | unRefNoDelete () const |
|
| TypeSet () |
|
| TypeSet (CallBack typ) |
|
| TypeSet (const CallBack *t, size_type nr) |
|
| TypeSet (const TypeSet &oth) |
|
| TypeSet (size_type nr, CallBack typ) |
|
TypeSet * | clone () const override |
|
virtual | ~ValVec () |
|
ValVec & | add (const T &) |
|
virtual bool | addIfNew (const T &) |
|
virtual bool | append (const T *, size_type) |
|
virtual bool | append (const ValVec &) |
|
virtual T * | arr () |
| 3rd party access More...
|
|
virtual const T * | arr () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
virtual ValVec & | copy (const T *, size_type) |
|
virtual ValVec & | copy (const ValVec &) |
|
size_type | count (const T &) const |
|
virtual void | createDifference (const ValVec &, bool must_preserve_order=false) |
| Removes all items present in other set. More...
|
|
virtual void | createIntersection (const ValVec &) |
| Only keeps common items. More...
|
|
virtual void | createUnion (const ValVec &) |
|
bool | empty () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void | erase () override |
|
T & | first () |
|
const T & | first () const |
|
T & | get (idx_type) |
|
const T & | get (idx_type) const |
|
virtual size_type | getCapacity () const |
|
idx_type | getIdx (const_iterator it) const |
|
idx_type | getIdx (iterator it) const |
|
virtual idx_type | indexOf (T, bool forward=true, idx_type start=-1) const |
|
virtual void | insert (idx_type, const T &) |
|
bool | isPresent (const T &) const |
|
T & | last () |
|
const T & | last () const |
|
size_type | max_size () const |
|
virtual void | move (idx_type from, idx_type to) |
|
std::int64_t | nrItems () const override |
|
bool | operator!= (const ValVec &oth) const |
|
ValVec & | operator+= (const T &t) |
|
ValVec & | operator-= (const T &t) |
|
ValVec & | operator= (const ValVec &oth) |
|
bool | operator== (const ValVec &) const |
|
T & | operator[] (idx_type i) |
|
const T & | operator[] (idx_type i) const |
|
T | pop () |
|
bool | push (const T &) |
|
virtual void | removeRange (idx_type from, idx_type to) |
|
virtual void | removeSingle (idx_type, bool preserver_order=true) |
|
void | replace (T, T) |
|
void | reverse () override |
|
void | setAll (T) |
|
virtual bool | setCapacity (size_type sz, bool withmargin) |
|
virtual bool | setSize (size_type sz, T val=T()) |
|
size_type | size () const |
|
void | swap (IT, IT) |
|
void | swap (ValVec &oth) |
|
void | swapItems (std::int64_t i1, std::int64_t i2) override |
|
virtual void | useIndexes (const idx_type *) |
|
bool | validIdx (std::int64_t) const override |
|
std::vector< T > & | vec () |
|
const std::vector< T > & | vec () const |
|
virtual | ~Set () |
|
bool | isEmpty () const |
|
void | setEmpty () |
|
TypeSet of CallBacks with a few extras.
<>