Skip to content

Struct CommandLineParser::Node#

ClassList > Node

Public Attributes#

Type Name
CommandArgument argument
QList< CommandOption > options
QList< Node > subNodes

Public Functions#

Type Name
Node (const CommandArgument & arg)
Node ()
bool operator== (const Node & n) const

Public Attributes Documentation#

variable argument#

CommandArgument CommandLineParser::Node::argument;

variable options#

QList<CommandOption> CommandLineParser::Node::options;

variable subNodes#

QList<Node> CommandLineParser::Node::subNodes;

Public Functions Documentation#

function Node [1/2]#

inline explicit Node::Node (
    const CommandArgument & arg
) 

function Node [2/2]#

inline Node::Node () 

function operator==#

inline bool Node::operator== (
    const Node & n
) const