ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CFactory< TYPE >::STypeInfo Struct Reference

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

#include <factory.h>

List of all members.

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

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

Definition at line 72 of file factory.h.

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

Definition at line 74 of file factory.h.

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

Definition at line 71 of file factory.h.

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

Definition at line 75 of file factory.h.

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

Definition at line 76 of file factory.h.

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

Definition at line 73 of file factory.h.


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