Lunchbox
1.17.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
This is the complete list of members for lunchbox::Plugin< T >, including all inherited members.
construct(const typename T::InitDataT &data) const | lunchbox::Plugin< T > | inline |
Constructor typedef | lunchbox::Plugin< T > | |
DescriptionFunc typedef | lunchbox::Plugin< T > | |
getDescription() const | lunchbox::Plugin< T > | inline |
handles(const typename T::InitDataT &data) const | lunchbox::Plugin< T > | inline |
HandlesFunc typedef | lunchbox::Plugin< T > | |
operator!=(const Plugin &rhs) const (defined in lunchbox::Plugin< T >) | lunchbox::Plugin< T > | inline |
operator==(const Plugin &rhs) const (defined in lunchbox::Plugin< T >) | lunchbox::Plugin< T > | inline |
Plugin(const Constructor &constructor, const HandlesFunc &handles_, const DescriptionFunc &description) | lunchbox::Plugin< T > | inline |