svc_execString Struct Reference
[IVD Helper Service]

#include <i_svc_impl.h>

Collaboration diagram for svc_execString:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 33 of file i_svc_impl.h.


Public Member Functions

 svc_execString (i_Binaries_e a_binary, const cmn_Path &a_path, const string &a_file, const UInt32_t a_flags=0)

Public Attributes

i_Binaries_e binary
cmn_Path path
 code of binary to execture
string fileName
 path where binary is located.
UInt32_t flags
 binary executable name

Constructor & Destructor Documentation

svc_execString::svc_execString ( i_Binaries_e  a_binary,
const cmn_Path a_path,
const string &  a_file,
const UInt32_t  a_flags = 0 
) [inline]

Definition at line 34 of file i_svc_impl.h.

References fileName, and path.

00039     : binary(a_binary),
00040       flags(a_flags) {
00041           path = a_path;
00042           fileName = a_file; 
00043       };


Member Data Documentation

Definition at line 43 of file i_svc_impl.h.

code of binary to execture

Definition at line 46 of file i_svc_impl.h.

Referenced by i_Service_i::FindCmd(), i_Service_i::FindPy(), and svc_execString().

path where binary is located.

Definition at line 47 of file i_svc_impl.h.

Referenced by svc_execString().

binary executable name

Definition at line 48 of file i_svc_impl.h.

Referenced by i_Service_i::FindCmd(), and i_Service_i::FindPy().


The documentation for this struct was generated from the following file:

Generated on Mon Feb 27 19:50:52 2012 for OPENARCHIVE by  doxygen 1.5.6