UNIVERS
15.3
UNIVERS base processing software API
|
#include <zqb_objectarray.hpp>
Public Member Functions | |
int | count () const |
ZqObjectVector::iterator | find (ZqObject *pObj) |
bool | put (ZqObject *pObj) |
bool | remove (ZqObject *pObj) |
bool | toEnd (ZqObject *pObj) |
bool | toBegin (ZqObject *pObj) |
int | count () const |
ZqObjectVector::iterator | find (ZqObject *pObj) |
bool | put (ZqObject *pObj) |
bool | remove (ZqObject *pObj) |
bool | toEnd (ZqObject *pObj) |
bool | toBegin (ZqObject *pObj) |
Class is a container for pointers to ZqObjects.
Class provides associative operations over the array and reordering items.
|
inline |
Just for convenience,
|
inline |
Just for convenience,
|
inline |
Find an object in the array and return pointer to it or end() if not found.
|
inline |
Find an object in the array and return pointer to it or end() if not found.
|
inline |
Put new ZqObject pointer to the end of array and return true. If such object is already exist in array do nothing and return false.
|
inline |
Put new ZqObject pointer to the end of array and return true. If such object is already exist in array do nothing and return false.
|
inline |
Remove given ZqObject pointer from the array and return true. If such object is not exist in array do nothing and return false.
|
inline |
Remove given ZqObject pointer from the array and return true. If such object is not exist in array do nothing and return false.
|
inline |
Move some object to the begin of the array and return true. If such object is not found in array do nothing and return false.
|
inline |
Move some object to the begin of the array and return true. If such object is not found in array do nothing and return false.
|
inline |
Move some object to the end of the array and return true. If such object is not found in array do nothing and return false.
|
inline |
Move some object to the end of the array and return true. If such object is not found in array do nothing and return false.