0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
Tools::client::fsbroker::FsTestThreadFunction Class Reference

Thread function class for fsbroker test. More...

#include <FsTestThreadFunction.h>

Collaboration diagram for Tools::client::fsbroker::FsTestThreadFunction:
Collaboration graph
[legend]

Public Member Functions

 FsTestThreadFunction (FsBroker::Lib::ClientPtr &client, const string &input)
 
void set_dfs_file (const string &fname)
 
void set_output_file (const string &fname)
 
void operator() ()
 

Private Attributes

FsBroker::Lib::ClientPtr m_client
 
string m_input_file
 
string m_output_file
 
string m_dfs_file
 

Detailed Description

Thread function class for fsbroker test.

Definition at line 48 of file FsTestThreadFunction.h.

Constructor & Destructor Documentation

Tools::client::fsbroker::FsTestThreadFunction::FsTestThreadFunction ( FsBroker::Lib::ClientPtr client,
const string &  input 
)
inline

Definition at line 50 of file FsTestThreadFunction.h.

Member Function Documentation

void fsbroker::FsTestThreadFunction::operator() ( )

cmd_rm.push_arg(m_dfs_file, ""); if (cmd_rm.run() != 0) exit(EXIT_FAILURE);

Definition at line 49 of file FsTestThreadFunction.cc.

void Tools::client::fsbroker::FsTestThreadFunction::set_dfs_file ( const string &  fname)
inline

Definition at line 54 of file FsTestThreadFunction.h.

void Tools::client::fsbroker::FsTestThreadFunction::set_output_file ( const string &  fname)
inline

Definition at line 57 of file FsTestThreadFunction.h.

Member Data Documentation

FsBroker::Lib::ClientPtr Tools::client::fsbroker::FsTestThreadFunction::m_client
private

Definition at line 63 of file FsTestThreadFunction.h.

string Tools::client::fsbroker::FsTestThreadFunction::m_dfs_file
private

Definition at line 66 of file FsTestThreadFunction.h.

string Tools::client::fsbroker::FsTestThreadFunction::m_input_file
private

Definition at line 64 of file FsTestThreadFunction.h.

string Tools::client::fsbroker::FsTestThreadFunction::m_output_file
private

Definition at line 65 of file FsTestThreadFunction.h.


The documentation for this class was generated from the following files: