Minsky
|
#include <typescriptAPI_base.h>
Public Attributes | |
std::string | super |
std::string | valueType |
std::map< std::string, Property > | properties |
std::map< std::string, Method > | methods |
Definition at line 292 of file typescriptAPI_base.h.
std::map<std::string, Method> classdesc::typescriptAPI_ns::ClassType::methods |
Definition at line 297 of file typescriptAPI_base.h.
std::map<std::string,Property> classdesc::typescriptAPI_ns::ClassType::properties |
Definition at line 296 of file typescriptAPI_base.h.
std::string classdesc::typescriptAPI_ns::ClassType::super |
Definition at line 294 of file typescriptAPI_base.h.
std::string classdesc::typescriptAPI_ns::ClassType::valueType |
Definition at line 295 of file typescriptAPI_base.h.