μHAL (v2.7.9)
Part of the IPbus software repository
Public Member Functions | Public Attributes | List of all members
namespace_uri_predicate Struct Reference

Public Member Functions

 namespace_uri_predicate (const char_t *name)
 
bool operator() (xml_attribute a) const
 

Public Attributes

const char_t * prefix
 
size_t prefix_length
 

Detailed Description

Definition at line 8386 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ namespace_uri_predicate()

namespace_uri_predicate::namespace_uri_predicate ( const char_t *  name)
inline

Definition at line 8391 of file pugixml.cpp.

References find_char(), setupTemplate::name, prefix, and prefix_length.

Member Function Documentation

◆ operator()()

bool namespace_uri_predicate::operator() ( xml_attribute  a) const
inline

Member Data Documentation

◆ prefix

const char_t* namespace_uri_predicate::prefix

Definition at line 8388 of file pugixml.cpp.

Referenced by namespace_uri(), namespace_uri_predicate(), and operator()().

◆ prefix_length

size_t namespace_uri_predicate::prefix_length

Definition at line 8389 of file pugixml.cpp.

Referenced by namespace_uri_predicate(), and operator()().


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