Skip to content

doxybook::node::param

Defined in header <doxybook/node.hpp>

struct param;

A parameter.

Description

This is used for parameters and template parameters.

Public Attributes

Member Public Attributes Description
type std::string
(public variable)
type_plain std::string
(public variable)
name std::string
(public variable)
def_val std::string
(public variable)
def_val_plain std::string
(public variable)

Public Attributes

variable type

Defined in header <doxybook/node.hpp>

std::string type;

variable type_plain

Defined in header <doxybook/node.hpp>

std::string type_plain;

variable name

Defined in header <doxybook/node.hpp>

std::string name;

variable def_val

Defined in header <doxybook/node.hpp>

std::string def_val;

variable def_val_plain

Defined in header <doxybook/node.hpp>

std::string def_val_plain;


Updated on 2023-04-03