#include <plVaultStore.h>
Constructor & Destructor Documentation
plVaultStore::plVaultStore |
( |
unsigned int |
firstNode = 20001 | ) |
|
Member Function Documentation
void plVaultStore::addRef |
( |
unsigned int |
parent, |
|
|
unsigned int |
child, |
|
|
unsigned int |
saver = 0 |
|
) |
| |
void plVaultStore::delNode |
( |
unsigned int |
idx | ) |
|
void plVaultStore::delRef |
( |
unsigned int |
parent, |
|
|
unsigned int |
child |
|
) |
| |
void plVaultStore::ExportFile |
( |
const char * |
filename, |
|
|
bool |
encrypt = true |
|
) |
| |
std::vector<plVaultNode> plVaultStore::findParents |
( |
unsigned int |
child | ) |
const |
std::vector<plVaultNode> plVaultStore::getChildren |
( |
unsigned int |
parent | ) |
const |
unsigned int plVaultStore::getFirstNodeID |
( |
| ) |
const |
unsigned int plVaultStore::getLastNodeID |
( |
| ) |
const |
plVaultNode plVaultStore::getNode |
( |
unsigned int |
idx | ) |
const |
void plVaultStore::ImportFile |
( |
const char * |
filename | ) |
|
Member Data Documentation
unsigned int plVaultStore::fFirstNodeID |
|
protected |
unsigned int plVaultStore::fLastNodeID |
|
protected |
std::map<unsigned int, plVaultNode> plVaultStore::fNodes |
|
protected |
The documentation for this class was generated from the following file: