#include <vstorefuncs.h>
Public Member Functions | |
| FindTopLevel (gvid_t id) | |
| Constructor. | |
| bool | operator() (const VStoreItem *vsi) const |
| Function operator. | |
Private Attributes | |
| gvid_t | id_to_find |
| The vector store id to find. | |
It is used to find an item in the top level item list, thus the name.
| GVectors::FindTopLevel::FindTopLevel | ( | gvid_t | id | ) | [inline, explicit] |
Constructor.
| id | The id to search for. |
| bool FindTopLevel::operator() | ( | const VStoreItem * | vsi | ) | const |
Finds a VStoreItem by its id.
| vsi | A const pointer to a VStoreItem. |
| true | The pointer points to the item having the sought id associated. | |
| false | The pointer points to an item not having the sought id associated. |
gvid_t GVectors::FindTopLevel::id_to_find [private] |
The vector store id to find.
1.4.7