#include <rtm/ExecutionContextBase.h>
#include <string>
ネームスペース | |
namespace | RTC |
構成 | |
class | RTC::ECFactoryBase |
ECFactoryBase 抽象クラス [詳細] | |
class | RTC::ECFactoryCXX |
ECFactoryCXX クラス [詳細] | |
型定義 | |
typedef ExecutionContextBase *(* | RTC::ECNewFunc )() |
typedef void(* | RTC::ECDeleteFunc )(ExecutionContextBase *ec) |
関数 | |
template<class _New> | |
ExecutionContextBase * | RTC::ECCreate () |
ExecutionContext生成用テンプレート関数 | |
template<class _Delete> | |
void | RTC::ECDelete (ExecutionContextBase *ec) |
ExecutionContext破棄用テンプレート関数 |