Wallaroo  0.8
Public Member Functions | List of all members
wallaroo::Registration< T, P1, P2 > Class Template Reference

#include <class.h>

Public Member Functions

 Registration (const std::string &name)
 

Detailed Description

template<class T, class P1 = void, class P2 = void>
class wallaroo::Registration< T, P1, P2 >

This class registers on its constructor a class T with its factory method. Users of wallaroo library don't need to use it explicitly, they should use one of the macros WALLAROO_REGISTER or WALLAROO_DYNLIB_REGISTER, instead.

Constructor & Destructor Documentation

template<class T , class P1 = void, class P2 = void>
wallaroo::Registration< T, P1, P2 >::Registration ( const std::string &  name)
inline

The documentation for this class was generated from the following file: