OpenSDN source code
XmlPugi::PugiPredicate Struct Reference
Collaboration diagram for XmlPugi::PugiPredicate:

Public Member Functions

bool operator() (pugi::xml_attribute attr) const
 
bool operator() (pugi::xml_node node) const
 
 PugiPredicate (const std::string &name)
 

Public Attributes

std::string tmp_
 

Detailed Description

Definition at line 81 of file xml_pugi.h.

Constructor & Destructor Documentation

◆ PugiPredicate()

XmlPugi::PugiPredicate::PugiPredicate ( const std::string &  name)
inline

Definition at line 88 of file xml_pugi.h.

Member Function Documentation

◆ operator()() [1/2]

bool XmlPugi::PugiPredicate::operator() ( pugi::xml_attribute  attr) const
inline

Definition at line 82 of file xml_pugi.h.

◆ operator()() [2/2]

bool XmlPugi::PugiPredicate::operator() ( pugi::xml_node  node) const
inline

Definition at line 85 of file xml_pugi.h.

Member Data Documentation

◆ tmp_

std::string XmlPugi::PugiPredicate::tmp_

Definition at line 89 of file xml_pugi.h.


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