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

Public Member Functions

xpath_node * begin () const
 
xpath_node * end () const
 
bool empty () const
 
size_t size () const
 
xpath_node first () const
 
void push_back_grow (const xpath_node &node, xpath_allocator *alloc)
 
void push_back (const xpath_node &node, xpath_allocator *alloc)
 
void append (const xpath_node *begin_, const xpath_node *end_, xpath_allocator *alloc)
 
void sort_do ()
 
void truncate (xpath_node *pos)
 
void remove_duplicates ()
 
xpath_node_set::type_t type () const
 
void set_type (xpath_node_set::type_t value)
 

Detailed Description

Definition at line 8390 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_node_set_raw()

xpath_node_set_raw::xpath_node_set_raw ( )
inline

Definition at line 8398 of file pugixml.cpp.

Member Function Documentation

◆ append()

void xpath_node_set_raw::append ( const xpath_node *  begin_,
const xpath_node *  end_,
xpath_allocator alloc 
)
inline

Definition at line 8420 of file pugixml.cpp.

◆ begin()

xpath_node * xpath_node_set_raw::begin ( ) const
inline

Definition at line 8401 of file pugixml.cpp.

◆ empty()

bool xpath_node_set_raw::empty ( ) const
inline

Definition at line 8405 of file pugixml.cpp.

◆ end()

xpath_node * xpath_node_set_raw::end ( ) const
inline

Definition at line 8403 of file pugixml.cpp.

◆ first()

xpath_node xpath_node_set_raw::first ( ) const
inline

Definition at line 8409 of file pugixml.cpp.

◆ push_back()

void xpath_node_set_raw::push_back ( const xpath_node &  node,
xpath_allocator alloc 
)
inline

Definition at line 8413 of file pugixml.cpp.

◆ push_back_grow()

PUGI__FN_NO_INLINE void xpath_node_set_raw::push_back_grow ( const xpath_node &  node,
xpath_allocator alloc 
)

Definition at line 8465 of file pugixml.cpp.

◆ remove_duplicates()

void xpath_node_set_raw::remove_duplicates ( )
inline

Definition at line 8453 of file pugixml.cpp.

◆ set_type()

void xpath_node_set_raw::set_type ( xpath_node_set::type_t  value)
inline

Definition at line 8462 of file pugixml.cpp.

◆ size()

size_t xpath_node_set_raw::size ( ) const
inline

Definition at line 8407 of file pugixml.cpp.

◆ sort_do()

void xpath_node_set_raw::sort_do ( )
inline

Definition at line 8445 of file pugixml.cpp.

◆ truncate()

void xpath_node_set_raw::truncate ( xpath_node *  pos)
inline

Definition at line 8447 of file pugixml.cpp.

◆ type()

xpath_node_set::type_t xpath_node_set_raw::type ( ) const
inline

Definition at line 8460 of file pugixml.cpp.


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