mUPnP for C++
|
#include <Vector.h>
Public Member Functions | |
Vector () | |
~Vector () | |
void | setWeekContainer (bool flag) |
bool | isWeekContainer () |
bool | remove (T *obj) |
bool | clear () |
Public Member Functions inherited from mUPnP::WeakVector< T > | |
WeakVector () | |
~WeakVector () | |
bool | add (T *obj) |
bool | insertAt (T *obj, size_t index) |
T * | get (size_t index) |
bool | exists (void *obj) |
ssize_t | indexOf (void *obj) |
bool | remove (T *obj) |
Private Attributes | |
bool | weekContainerFlag |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |