#include "colony_map.h"
Go to the source code of this file.
|
class | Cpl::System::Shell |
| This class defines methods for interfacing with the Platform native OS to execute a native OS system/shell command. More...
|
|
|
namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony.
|
|
namespace | Cpl::System |
| The System namespace contains platform independent foundation abstractions and classes related to program execution.
|
|
|
#define | CPL_SYSTEM_SHELL_NULL_DEVICE_ CPL_SYSTEM_SHELL_NULL_DEVICE_x_MAP |
| Defer the definition of the target specific 'null device' to the application's 'platform'.
|
|
#define | CPL_SYSTEM_SHELL_SUPPORTED_ CPL_SYSTEM_SHELL_SUPPORTED_x_MAP |
| Defer the decision to support/not-support this interface to the application's 'platform'.
|
|
◆ CPL_SYSTEM_SHELL_NULL_DEVICE_
#define CPL_SYSTEM_SHELL_NULL_DEVICE_ CPL_SYSTEM_SHELL_NULL_DEVICE_x_MAP |
Defer the definition of the target specific 'null device' to the application's 'platform'.
◆ CPL_SYSTEM_SHELL_SUPPORTED_
#define CPL_SYSTEM_SHELL_SUPPORTED_ CPL_SYSTEM_SHELL_SUPPORTED_x_MAP |
Defer the decision to support/not-support this interface to the application's 'platform'.