#include <i_svc_impl.h>

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 | |
| 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 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().
| string svc_execString::fileName |
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().
1.5.6