Minsky: 3.17.0
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 155 of file typescriptAPI.cc.

Referenced by main().

155 {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 156 of file typescriptAPI.cc.

Referenced by main().

157  {
158  operator[](typescriptType<T>()).super=typescriptType<Base>();
159  typescriptAPI<T,T>(*this,"");
160  }
Here is the caller graph for this function:

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