Image Component Library (ICL)
Public Attributes | List of all members
icl::utils::PluginRegister< T >::Plugin Struct Reference

internally used instance type: More...

#include <PluginRegister.h>

Public Attributes

std::string name
 instance ID More...
 
std::string description
 description More...
 
std::string creationSyntax
 syntax used for creation More...
 
CreateFunction create
 factory function More...
 

Detailed Description

template<class T>
struct icl::utils::PluginRegister< T >::Plugin

internally used instance type:

Member Data Documentation

◆ create

template<class T>
CreateFunction icl::utils::PluginRegister< T >::Plugin::create

factory function

◆ creationSyntax

template<class T>
std::string icl::utils::PluginRegister< T >::Plugin::creationSyntax

syntax used for creation

◆ description

template<class T>
std::string icl::utils::PluginRegister< T >::Plugin::description

description

◆ name

template<class T>
std::string icl::utils::PluginRegister< T >::Plugin::name

instance ID


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