Go to the source code of this file.
Namespaces | |
namespace | edg |
namespace | edg::workload |
namespace | edg::workload::checkpointing |
Defines | |
#define | CHKPT_NAMESPACE_BEGIN namespace edg { namespace workload { namespace checkpointing |
Define the macro to "open" the namespace. | |
#define | CHKPT_NAMESPACE_END }} |
Define the macro to "close" the namespace. | |
#define | USING_CHKPT_NAMESPACE using namespace edg::workload::checkpointing |
Define the macro to "use" the namespace. | |
#define | USING_CHKPT_NAMESPACE_ADD(last) using namespace edg::workload::checkpointing::##last |
Define the macro to "add" a new namespace inside the main one. |
|
Define the macro to "open" the namespace.
|
|
Define the macro to "close" the namespace.
|
|
Define the macro to "use" the namespace.
|
|
Define the macro to "add" a new namespace inside the main one.
|