Public Member Functions | Public Attributes
xpath_lexer_string Struct Reference

List of all members.

Public Member Functions

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

Public Attributes

const char_t * begin
const char_t * end

Detailed Description

Definition at line 7495 of file pugixml.cpp.


Constructor & Destructor Documentation

Definition at line 7500 of file pugixml.cpp.

                                    : begin(0), end(0)
                {
                }

Member Function Documentation

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

Definition at line 7504 of file pugixml.cpp.

References begin, and strequalrange().

                {
                        size_t length = static_cast<size_t>(end - begin);

                        return strequalrange(other, begin, length);
                }

Member Data Documentation

const char_t* xpath_lexer_string::end

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

Generated on Mon Sep 15 2014 01:23:55 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001