Struct Param

Nested Relationships

Struct Documentation

struct Param

Parameter to a class constructor or a method.

Public Functions

Param(const std::string &name, const std::string &type_name = "")
void print_original_src(unsigned int indent_depth = 0)

Public Members

std::string name_
std::string type_name_
Class *type_
struct Container : public VectorContainer<Param>

Public Functions

const void print_original_src(unsigned int indent_depth)
void generate_code(CodeGen::Settings settings, bool include_param_names, bool generate_first_comma = true)