#include "rtm/Properties.h"
#include "rtm/RTObject.h"
#include <rtm/NumberingPolicy.h>
Go to the source code of this file.
Namespaces | |
namespace | RTC |
Classes | |
class | RTC::FactoryBase |
class | RTC::FactoryCXX |
Defines | |
#define | EXPORTS |
Typedefs | |
typedef RTObject_impl | RTC::RtcBase |
typedef RtcBase *(* | RTC::RtcNewFunc )(Manager *manager) |
typedef void(* | RTC::RtcDeleteFunc )(RtcBase *rtc) |
Functions | |
template<class _New> | |
RtcBase * | RTC::Create (Manager *manager) |
template<class _Delete> | |
void | RTC::Delete (RtcBase *rtc) |
|
|