CARLA
Public Member Functions | Public Attributes | List of all members
xpath_lexer_string Struct Reference
+ Collaboration diagram for xpath_lexer_string:

Public Member Functions

bool operator== (const char_t *other) const
 
 xpath_lexer_string ()
 

Public Attributes

const char_t * begin
 
const char_t * end
 

Detailed Description

Definition at line 8940 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_lexer_string()

xpath_lexer_string::xpath_lexer_string ( )
inline

Definition at line 8945 of file pugixml.cpp.

Member Function Documentation

◆ operator==()

bool xpath_lexer_string::operator== ( const char_t *  other) const
inline

Definition at line 8949 of file pugixml.cpp.

References pugi::xml_node::begin(), and strequalrange().

+ Here is the call graph for this function:

Member Data Documentation

◆ begin

const char_t* xpath_lexer_string::begin

◆ end

const char_t* xpath_lexer_string::end

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