argos::CFactory< TYPE >::STypeInfo Struct Reference

A struct containing the information about the registered types. More...

#include <factory.h>

Collaboration diagram for argos::CFactory< TYPE >::STypeInfo:

Public Attributes

TCreatorCreator
 
std::string Author
 
std::string Version
 
std::string BriefDescription
 
std::string LongDescription
 
std::string Status
 

Detailed Description

template<typename TYPE>
struct argos::CFactory< TYPE >::STypeInfo

A struct containing the information about the registered types.

Definition at line 70 of file factory.h.

Member Data Documentation

◆ Author

template<typename TYPE >
std::string argos::CFactory< TYPE >::STypeInfo::Author

Definition at line 72 of file factory.h.

◆ BriefDescription

template<typename TYPE >
std::string argos::CFactory< TYPE >::STypeInfo::BriefDescription

Definition at line 74 of file factory.h.

◆ Creator

template<typename TYPE >
TCreator* argos::CFactory< TYPE >::STypeInfo::Creator

Definition at line 71 of file factory.h.

◆ LongDescription

template<typename TYPE >
std::string argos::CFactory< TYPE >::STypeInfo::LongDescription

Definition at line 75 of file factory.h.

◆ Status

template<typename TYPE >
std::string argos::CFactory< TYPE >::STypeInfo::Status

Definition at line 76 of file factory.h.

◆ Version

template<typename TYPE >
std::string argos::CFactory< TYPE >::STypeInfo::Version

Definition at line 73 of file factory.h.