Worker helper class for keeping track of file locations. More...
Public Member Functions | |
string | getFullName () |
void | initFromPath (string filePath) |
Public Attributes | |
string | path |
string | name |
Worker helper class for keeping track of file locations.
This class helps the worker thread keep track of the files created (randomly created filenames) when files are copied over the socket and new files returned from the CvUtils class.
Definition at line 77 of file worker.h.
string Worker::fileloc::getFullName | ( | ) | [inline] |
Definition at line 80 of file worker.h.
Referenced by Worker::comm(), Worker::receivefile(), Worker::sendfile(), and Worker::~Worker().
void Worker::fileloc::initFromPath | ( | string | filePath | ) | [inline] |
Definition at line 84 of file worker.h.
Referenced by Worker::comm(), and Worker::receivefile().
string Worker::fileloc::name |
Definition at line 79 of file worker.h.
Referenced by Worker::sendfile().
string Worker::fileloc::path |