#include <ServiceMan.h>
|
static const char * | SANDBOX = "sboxes" |
|
ClientSandbox - keep track of the client resources handed out.
ClientSandbox::ClientSandbox |
( |
const std::string & |
clientName, |
|
|
const std::string & |
CVAC_DataDir |
|
) |
| |
std::string ClientSandbox::createTrainingDir |
( |
| ) |
|
Delete the old training directory if it exists and creat a new one
void ClientSandbox::deleteTrainingDir |
( |
| ) |
|
Delete the current training directory
std::string ClientSandbox::getClientDir |
( |
| ) |
|
std::string cvac::ClientSandbox::getClientName |
( |
| ) |
|
|
inline |
std::string cvac::ClientSandbox::getTrainingDir |
( |
| ) |
|
|
inline |
Get the current training directory
std::string cvac::ClientSandbox::_clientDir |
|
private |
std::string cvac::ClientSandbox::_clientName |
|
private |
std::string cvac::ClientSandbox::_cvacDataDir |
|
private |
std::string cvac::ClientSandbox::_trainDir |
|
private |
const char * ClientSandbox::SANDBOX = "sboxes" |
|
staticprivate |
The documentation for this class was generated from the following files: