HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xpath_node_set_raw Class Reference

Public Member Functions

 xpath_node_set_raw ()
 
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 8686 of file pugixml.cpp.

Constructor & Destructor Documentation

xpath_node_set_raw::xpath_node_set_raw ( )
inline

Definition at line 8695 of file pugixml.cpp.

Member Function Documentation

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

Definition at line 8734 of file pugixml.cpp.

xpath_node* xpath_node_set_raw::begin ( void  ) const
inline

Definition at line 8699 of file pugixml.cpp.

bool xpath_node_set_raw::empty ( void  ) const
inline

Definition at line 8709 of file pugixml.cpp.

xpath_node* xpath_node_set_raw::end ( void  ) const
inline

Definition at line 8704 of file pugixml.cpp.

xpath_node xpath_node_set_raw::first ( ) const
inline

Definition at line 8719 of file pugixml.cpp.

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

Definition at line 8726 of file pugixml.cpp.

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

Definition at line 8789 of file pugixml.cpp.

void xpath_node_set_raw::remove_duplicates ( )
inline

Definition at line 8770 of file pugixml.cpp.

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

Definition at line 8783 of file pugixml.cpp.

size_t xpath_node_set_raw::size ( void  ) const
inline

Definition at line 8714 of file pugixml.cpp.

void xpath_node_set_raw::sort_do ( )
inline

Definition at line 8758 of file pugixml.cpp.

void xpath_node_set_raw::truncate ( xpath_node *  pos)
inline

Definition at line 8763 of file pugixml.cpp.

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

Definition at line 8778 of file pugixml.cpp.


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