|
LLZK 0.1.0
Veridise's ZK Language IR
|
Structure to represent a parameter in a parsed method signature from an extraClassDeclaration More...
#include <CommonCAPIGen.h>
Public Member Functions | |
| MethodParameter (const std::string ¶mType, const std::string ¶mName) | |
| Construct a new Method Parameter object. | |
Public Attributes | |
| std::string | type |
| The C++ type of the parameter. | |
| std::string | name |
| The name of the parameter. | |
Structure to represent a parameter in a parsed method signature from an extraClassDeclaration
Definition at line 242 of file CommonCAPIGen.h.
|
inline |
Construct a new Method Parameter object.
| paramType | |
| paramName |
Definition at line 251 of file CommonCAPIGen.h.
| std::string MethodParameter::name |
The name of the parameter.
Definition at line 246 of file CommonCAPIGen.h.
| std::string MethodParameter::type |
The C++ type of the parameter.
Definition at line 244 of file CommonCAPIGen.h.