OpenCPN Partial API docs
Loading...
Searching...
No Matches
xpath_string Class Reference

Public Member Functions

void append (const xpath_string &o, xpath_allocator *alloc)
 
const char_t * c_str () const
 
size_t length () const
 
char_t * data (xpath_allocator *alloc)
 
bool empty () const
 
bool operator== (const xpath_string &o) const
 
bool operator!= (const xpath_string &o) const
 
bool uses_heap () const
 

Static Public Member Functions

static xpath_string from_const (const char_t *str)
 
static xpath_string from_heap_preallocated (const char_t *begin, const char_t *end)
 
static xpath_string from_heap (const char_t *begin, const char_t *end, xpath_allocator *alloc)
 

Detailed Description

Definition at line 7363 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_string()

xpath_string::xpath_string ( )
inline

Definition at line 7406 of file pugixml.cpp.

Member Function Documentation

◆ append()

void xpath_string::append ( const xpath_string o,
xpath_allocator alloc 
)
inline

Definition at line 7409 of file pugixml.cpp.

◆ c_str()

const char_t * xpath_string::c_str ( ) const
inline

Definition at line 7443 of file pugixml.cpp.

◆ data()

char_t * xpath_string::data ( xpath_allocator alloc)
inline

Definition at line 7449 of file pugixml.cpp.

◆ empty()

bool xpath_string::empty ( ) const
inline

Definition at line 7462 of file pugixml.cpp.

◆ from_const()

static xpath_string xpath_string::from_const ( const char_t *  str)
inlinestatic

Definition at line 7384 of file pugixml.cpp.

◆ from_heap()

static xpath_string xpath_string::from_heap ( const char_t *  begin,
const char_t *  end,
xpath_allocator alloc 
)
inlinestatic

Definition at line 7395 of file pugixml.cpp.

◆ from_heap_preallocated()

static xpath_string xpath_string::from_heap_preallocated ( const char_t *  begin,
const char_t *  end 
)
inlinestatic

Definition at line 7388 of file pugixml.cpp.

◆ length()

size_t xpath_string::length ( ) const
inline

Definition at line 7445 of file pugixml.cpp.

◆ operator!=()

bool xpath_string::operator!= ( const xpath_string o) const
inline

Definition at line 7468 of file pugixml.cpp.

◆ operator==()

bool xpath_string::operator== ( const xpath_string o) const
inline

Definition at line 7464 of file pugixml.cpp.

◆ uses_heap()

bool xpath_string::uses_heap ( ) const
inline

Definition at line 7472 of file pugixml.cpp.


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