LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
MethodParameter Struct Reference

Structure to represent a parameter in a parsed method signature from an extraClassDeclaration More...

#include <CommonCAPIGen.h>

Public Member Functions

 MethodParameter (const std::string &paramType, const std::string &paramName)
 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.

Detailed Description

Structure to represent a parameter in a parsed method signature from an extraClassDeclaration

Definition at line 242 of file CommonCAPIGen.h.

Constructor & Destructor Documentation

◆ MethodParameter()

MethodParameter::MethodParameter ( const std::string & paramType,
const std::string & paramName )
inline

Construct a new Method Parameter object.

Parameters
paramType
paramName

Definition at line 251 of file CommonCAPIGen.h.

Member Data Documentation

◆ name

std::string MethodParameter::name

The name of the parameter.

Definition at line 246 of file CommonCAPIGen.h.

◆ type

std::string MethodParameter::type

The C++ type of the parameter.

Definition at line 244 of file CommonCAPIGen.h.


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