Minsky
classdesc::typescriptAPI_ns::Method Struct Reference

#include <typescriptAPI_base.h>

Collaboration diagram for classdesc::typescriptAPI_ns::Method:
Collaboration graph

Classes

struct  AddArgs
 
struct  AddArgs< M, 0 >
 

Public Member Functions

template<class M >
void addArgs ()
 

Public Attributes

std::string returnType
 
std::vector< ArgDetailargs
 

Detailed Description

Definition at line 271 of file typescriptAPI_base.h.

Member Function Documentation

◆ addArgs()

template<class M >
void classdesc::typescriptAPI_ns::Method::addArgs ( )
inline

Definition at line 289 of file typescriptAPI_base.h.

Referenced by classdesc::typescriptAPI_type().

289 {AddArgs<M,Arity<M>::value>::addArgs(args);}
Here is the caller graph for this function:

Member Data Documentation

◆ args

std::vector<ArgDetail> classdesc::typescriptAPI_ns::Method::args

Definition at line 274 of file typescriptAPI_base.h.

◆ returnType

std::string classdesc::typescriptAPI_ns::Method::returnType

Definition at line 273 of file typescriptAPI_base.h.


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