Minsky
classdesc::typescriptAPI_t Struct Reference

#include <typescriptAPI_base.h>

Inheritance diagram for classdesc::typescriptAPI_t:
Inheritance graph
Collaboration diagram for classdesc::typescriptAPI_t:
Collaboration graph

Public Member Functions

template<class T >
void addClass ()
 
template<class T , class Base >
void addSubclass ()
 

Detailed Description

Definition at line 306 of file typescriptAPI_base.h.

Member Function Documentation

◆ addClass()

template<class T >
void classdesc::typescriptAPI_t::addClass ( )

Definition at line 159 of file typescriptAPI.cc.

Referenced by main().

159 {typescriptAPI<T,T>(*this,"");}
Here is the caller graph for this function:

◆ addSubclass()

template<class T , class Base >
void classdesc::typescriptAPI_t::addSubclass ( )

Definition at line 160 of file typescriptAPI.cc.

Referenced by main().

161  {
162  operator[](typescriptType<T>()).super=typescriptType<Base>();
163  typescriptAPI<T,T>(*this,"");
164  }
Here is the caller graph for this function:

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