|
| lst (AllocationPolicyAbstract *=AllocationPolicyAbstract::get_FromStandardPolicy(), int=G_LST_PAGE_MASK_BITS, int=G_VECT_AL_DELTA_MASK_BITS) |
|
| lst (const T *, size_t, AllocationPolicyAbstract *=AllocationPolicyAbstract::get_FromStandardPolicy(), int=G_LST_PAGE_MASK_BITS, int=G_VECT_AL_DELTA_MASK_BITS) |
|
| lst (const lst &, AllocationPolicyAbstract *=AllocationPolicyAbstract::get_FromStandardPolicy(), int=G_LST_PAGE_MASK_BITS, int=G_VECT_AL_DELTA_MASK_BITS) |
|
void | setContentFromVector (const T *, size_t) |
|
virtual void | pushAfter (const Ref_t &item, const It_t &where) |
|
virtual void | pushBefore (const Ref_t &item, const It_t &where) |
|
virtual void | setEmpty () |
|
virtual void | eraseMemory () |
|
Ref_t & | operator[] (int i) |
|
RefConst_t & | operator[] (int i) const |
|
virtual int | getLbound () const |
|
virtual int | getUbound () const |
|
virtual Ref_t | remove (const It_t &where) |
|
bool | operator== (const base_cont &other) const |
|
virtual void | pushHead (const Ref_t &aItem) |
|
virtual void | pushTail (const Ref_t &aItem) |
|
virtual Ref_t | popHead () |
|
virtual Ref_t | popTail () |
|
virtual RefConst_t | getHead () const |
|
virtual Ref_t | getHead () |
|
virtual RefConst_t | getTail () const |
|
virtual Ref_t | getTail () |
|
virtual It_t | getIterator (IterFrom_t from=head) |
|
virtual ItConst_t | getIterator (IterFrom_t from=head) const |
|
virtual void | setContent (base_cont &other) |
|
bool | contains (const RefConst_t &value) const |
|
It_t | search (const Ref_t &item) |
|
ItConst_t | search (const RefConst_t &item) const |
|
bool | tryRemove (const Ref_t &item) |
|
size_t | removeAll (const Ref_t &item) |
|
| cont_with_positioner (AllocationPolicyAbstract *aAllocPolicyP, positioner_abstract< T > *p) |
|
size_t | getSize () const |
|
AllocationPolicyAbstract * | getAllocPolicyP () const |
|
HeapAbstract * | getHeapP () const |
|
bool | isAnIndex (int aIndex) const |
|