#include <rtm/ExecutionContextBase.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | RTC |
Classes | |
class | RTC::ECFactoryBase |
ECFactoryBase abstract class. More... | |
class | RTC::ECFactoryCXX |
ECFactoryCXX class. More... | |
Typedefs | |
typedef ExecutionContextBase *(* | RTC::ECNewFunc )() |
typedef void(* | RTC::ECDeleteFunc )(ExecutionContextBase *ec) |
Functions | |
template<class _New> | |
ExecutionContextBase * | RTC::ECCreate () |
Template function to create ExecutionContext. | |
template<class _Delete> | |
void | RTC::ECDelete (ExecutionContextBase *ec) |
Template function to destroy ExecutionContext. |