#include <iostream>
#include <map>
#include <stdexcept>
#include <typeinfo>
#include <vector>
#include <boost/function/function_base.hpp>
#include <datatools/enriched_base.h>
#include <datatools/i_tree_dump.h>
#include <datatools/service_tools.h>
#include <datatools/factory_macros.h>
#include <datatools/exception.h>
#include "datatools/factory-inl.h"
#include <datatools/logger.h>
#include <datatools/reflection_interface.h>
#include <datatools/service_tools-inl.h>
Go to the source code of this file.
|
| datatools |
| The Bayeux/datatools library top-level namespace.
|
|
◆ DATATOOLS_SERVICE_REGISTRATION_IMPLEMENT
#define DATATOOLS_SERVICE_REGISTRATION_IMPLEMENT |
( |
|
SERVICE_CLASS_NAME, |
|
|
|
SERVICE_ID |
|
) |
| |
Value: std::string SERVICE_CLASS_NAME::service_class_id() const {return SERVICE_ID;}
#define DATATOOLS_FACTORY_SYSTEM_AUTO_REGISTRATION_IMPLEMENTATION(BaseType, DerivedType, DerivedTypeId)
Implementation macro of the automated registration for derived classes.
Definition: factory_macros.h:95
◆ DATATOOLS_SERVICE_REGISTRATION_INTERFACE
#define DATATOOLS_SERVICE_REGISTRATION_INTERFACE |
( |
|
SERVICE_CLASS_NAME | ) |
|
Value:private: \
public: \
virtual std::string service_class_id() const; \