#include "Poco/ClassLibrary.h"#include "Poco/Foundation.h"#include <string>#include <stdexcept>#include "Poco/Exception.h"#include <pthread.h>#include <errno.h>#include <set>#include <map>#include <typeinfo>

Go to the source code of this file.
Defines | |
| #define | PLUGINLIB_DECLARE_CLASS(pkg, class_name, class_type, base_class_type) |
| #define | PLUGINLIB_REGISTER_CLASS(class_name, class_type, base_class_type) |
Functions | |
| __attribute__ ((deprecated)) void PLUGINLIB_REGISTER_CLASS() | |
| #define PLUGINLIB_DECLARE_CLASS | ( | pkg, | |||
| class_name, | |||||
| class_type, | |||||
| base_class_type | ) |
POCO_BEGIN_NAMED_MANIFEST(pkg##__##class_name, base_class_type) \ POCO_EXPORT_CLASS(class_type) \ POCO_END_MANIFEST
Definition at line 52 of file class_list_macros.h.
| #define PLUGINLIB_REGISTER_CLASS | ( | class_name, | |||
| class_type, | |||||
| base_class_type | ) |
POCO_BEGIN_NAMED_MANIFEST(class_name, base_class_type) \ POCO_EXPORT_CLASS(class_type) \ PLUGINLIB_REGISTER_CLASS(); \ POCO_END_MANIFEST
Definition at line 46 of file class_list_macros.h.
| __attribute__ | ( | (deprecated) | ) | [inline] |
Definition at line 41 of file class_list_macros.h.