Defines | Functions
class_list_macros.h File Reference
#include "Poco/ClassLibrary.h"
Include dependency graph for class_list_macros.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define PLUGINLIB_DECLARE_CLASS (   pkg,
  class_name,
  class_type,
  base_class_type 
)
Value:
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 
)
Value:
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.


Function Documentation

__attribute__ ( (deprecated)  ) [inline]

Definition at line 41 of file class_list_macros.h.



pluginlib
Author(s): Tully Foote and Eitan Marder-Eppstein
autogenerated on Sat Dec 28 2013 17:20:19