NCBI C++ ToolKit
|
Classes | |
struct | SCommandImpl |
class | CAutomationException |
struct | SInputOutput |
class | CArgument |
struct | TArguments |
class | CCommand |
struct | SServerAddressToJson |
class | CAutomationObject |
struct | SNetServiceBase |
struct | SNetService |
class | IMessageSender |
class | CAutomationProc |
struct | SNetCacheService |
struct | SNetCacheBlob |
struct | SNetICacheBlob |
struct | SNetCacheServer |
struct | SNetScheduleService |
struct | SNetScheduleServer |
struct | SNetStorageService |
struct | SNetStorageServer |
struct | SNetStorageObject |
struct | SWorkerNode |
Typedefs | |
typedef initializer_list< CArgument > | TArgsInit |
typedef vector< CCommand > | TCommands |
typedef function< void(const TArguments &, SInputOutput &, void *)> | TCommandExecutor |
typedef function< void *(const string &, SInputOutput &, void *)> | TCommandChecker |
typedef pair< TCommands, TCommandChecker > | TCommandGroup |
typedef Int8 | TObjectID |
typedef CRef< CAutomationObject > | TAutomationObjectRef |
typedef initializer_list<CArgument> NAutomation::TArgsInit |
Definition at line 116 of file automation.hpp.
Definition at line 233 of file automation.hpp.
typedef function<void*(const string&, SInputOutput&, void*)> NAutomation::TCommandChecker |
Definition at line 138 of file automation.hpp.
typedef function<void(const TArguments&, SInputOutput&, void*)> NAutomation::TCommandExecutor |
Definition at line 137 of file automation.hpp.
typedef pair<TCommands, TCommandChecker> NAutomation::TCommandGroup |
Definition at line 139 of file automation.hpp.
typedef vector<CCommand> NAutomation::TCommands |
Definition at line 136 of file automation.hpp.
typedef Int8 NAutomation::TObjectID |
Definition at line 167 of file automation.hpp.