User Guide
ClassInfo< T > Struct Template Reference

Detailed Description

template<typename T>
struct ClassInfo< T >

Definition at line 45 of file main.cpp.

Public Attributes

std::shared_ptr< T > v
 
std::string id
 
std::string description
 

Member Data Documentation

◆ description

template<typename T >
std::string ClassInfo< T >::description

Definition at line 48 of file main.cpp.

◆ id

template<typename T >
std::string ClassInfo< T >::id

Definition at line 47 of file main.cpp.

◆ v

template<typename T >
std::shared_ptr<T> ClassInfo< T >::v

Definition at line 46 of file main.cpp.


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