Public Member Functions | Public Attributes

Worker::fileloc Struct Reference

Worker helper class for keeping track of file locations. More...

List of all members.

Public Member Functions

string getFullName ()
void initFromPath (string filePath)

Public Attributes

string path
string name

Detailed Description

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.

Version:
0.1
Author:
Mats-Gøran Karlsen

Definition at line 77 of file worker.h.


Member Function Documentation

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().


Member Data Documentation

Definition at line 79 of file worker.h.

Referenced by Worker::sendfile().

Definition at line 78 of file worker.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables