Skip to content

Doxybook2::Node::Param

#include <Node.hpp>

Public Attributes

Name
std::stringtype
std::stringtypePlain
std::stringname
std::stringdefval
std::stringdefvalPlain

Public Attributes Documentation

variable type

cpp
std::string type;

variable typePlain

cpp
std::string typePlain;

variable name

cpp
std::string name;

variable defval

cpp
std::string defval;

variable defvalPlain

cpp
std::string defvalPlain;

Updated on 2026-05-17 at 13:22:38 +0000

Built with VitePress