TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | Public Attributes | List of all members
cherrypi::SubclassRegistry< Base, Args >::SubclassInfo Struct Reference

#include <registry.h>

Public Member Functions

 SubclassInfo (std::type_index const &type, std::string const &name, Ctor ctor)
 

Public Attributes

std::type_index type
 
std::string name
 
Ctor ctor
 

Constructor & Destructor Documentation

template<typename Base , typename... Args>
cherrypi::SubclassRegistry< Base, Args >::SubclassInfo::SubclassInfo ( std::type_index const &  type,
std::string const &  name,
Ctor  ctor 
)
inline

Member Data Documentation

template<typename Base , typename... Args>
Ctor cherrypi::SubclassRegistry< Base, Args >::SubclassInfo::ctor
template<typename Base , typename... Args>
std::string cherrypi::SubclassRegistry< Base, Args >::SubclassInfo::name
template<typename Base , typename... Args>
std::type_index cherrypi::SubclassRegistry< Base, Args >::SubclassInfo::type

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