xpath_variable_boolean Struct Reference
Inheritance diagram for xpath_variable_boolean:
Collaboration diagram for xpath_variable_boolean:

Public Member Functions

 xpath_variable_boolean ()

Public Attributes

bool value
char_t name [1]

Detailed Description

Definition at line 7145 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_variable_boolean()

xpath_variable_boolean::xpath_variable_boolean ( )
inline

Definition at line 7147 of file pugixml.cpp.

7147 : value(false)
7148 {
7149 }

References value.

Member Data Documentation

◆ name

char_t xpath_variable_boolean::name[1]

Definition at line 7152 of file pugixml.cpp.

◆ value

bool xpath_variable_boolean::value

Definition at line 7151 of file pugixml.cpp.

Referenced by xpath_variable_boolean().


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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001