cppexpose
1.0.0.b785e04f23b8
C++ library for type introspection, reflection, and scripting interface
|
Represents a concrete component that can be instanciated. More...
#include <cppexpose/include/cppexpose/plugin/Component.h>
Public Member Functions | |
Component (const std::string &name, const std::string &description, const std::string &type, const std::string &tags, const std::string &icon, const std::string &annotations, const std::string &vendor, const std::string &version) | |
Constructor. More... | |
virtual | ~Component () |
Destructor. More... | |
Represents a concrete component that can be instanciated.
cppexpose::Component< Type, BaseType >::Component | ( | const std::string & | name, |
const std::string & | description, | ||
const std::string & | type, | ||
const std::string & | tags, | ||
const std::string & | icon, | ||
const std::string & | annotations, | ||
const std::string & | vendor, | ||
const std::string & | version | ||
) |
Constructor.
|
virtual |
Destructor.