Minsky
classdesc::typescriptAPI_ns::ArgDetail Struct Reference

#include <typescriptAPI_base.h>

Collaboration diagram for classdesc::typescriptAPI_ns::ArgDetail:
Collaboration graph

Public Member Functions

 ArgDetail (const std::string &name={}, const std::string &type={})
 
bool operator== (const ArgDetail &x) const
 
bool operator!= (const ArgDetail &x) const
 

Public Attributes

std::string name
 
std::string type
 

Detailed Description

Definition at line 262 of file typescriptAPI_base.h.

Constructor & Destructor Documentation

◆ ArgDetail()

classdesc::typescriptAPI_ns::ArgDetail::ArgDetail ( const std::string &  name = {},
const std::string &  type = {} 
)
inline

Definition at line 265 of file typescriptAPI_base.h.

265  {}, const std::string& type={}):
266  name(name), type(type) {}

Member Function Documentation

◆ operator!=()

bool classdesc::typescriptAPI_ns::ArgDetail::operator!= ( const ArgDetail x) const
inline

Definition at line 268 of file typescriptAPI_base.h.

268 {return !operator==(x);}
bool operator==(const ArgDetail &x) const

◆ operator==()

bool classdesc::typescriptAPI_ns::ArgDetail::operator== ( const ArgDetail x) const
inline

Definition at line 267 of file typescriptAPI_base.h.

References type.

267 {return type==x.type;}

Member Data Documentation

◆ name

std::string classdesc::typescriptAPI_ns::ArgDetail::name

Definition at line 264 of file typescriptAPI_base.h.

◆ type

std::string classdesc::typescriptAPI_ns::ArgDetail::type

Definition at line 264 of file typescriptAPI_base.h.

Referenced by operator==().


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