|
gatelib
2.1
|
Public Types | |
| typedef positioner_abstract< T > | Positioner_t |
Public Member Functions | |
| cont_with_positioner (AllocationPolicyAbstract *aAllocPolicyP, positioner_abstract< T > *p) | |
Public Member Functions inherited from g::cont::Unspec | |
| virtual void | setEmpty ()=0 |
| virtual int | getLbound () const =0 |
| virtual int | getUbound () const =0 |
| size_t | getSize () const |
| AllocationPolicyAbstract * | getAllocPolicyP () const |
| HeapAbstract * | getHeapP () const |
| bool | isAnIndex (int aIndex) const |
Protected Attributes | |
| Positioner_t * | mPositionerP |
Protected Attributes inherited from g::cont::Unspec | |
| AllocationPolicyAbstract * | mAllocPolicyP |
Additional Inherited Members | |
Protected Member Functions inherited from g::cont::Unspec | |
| Unspec (AllocationPolicyAbstract *aAllocPolicyP) | |
1.8.9.1