38 #include <boost/lexical_cast.hpp>
41 #define WF_AUTHENTICATOR(NAME,UNITCLASS,CONFIGCLASS) \
45 static _Wolframe::module::BuilderBase* impl()\
47 static _Wolframe::module::ConfiguredBuilderDescription<\
48 _Wolframe::module::AuthenticationConstructor<UNITCLASS, CONFIGCLASS>,\
50 mod( "Authentication " #NAME, "Authentication", #NAME, #NAME "Authentication");\
54 (*this)(&Builder::impl);\
Base classes for virtual constructors to build objects loaded from modules.
Interface to constructors of authenticators.
Basic interface classes that to build objects and the Wolframe module interface.