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_allocator *alloc)
 
xpath_node_set::type_t type () const
 
void set_type (xpath_node_set::type_t value)
 

Detailed Description

Definition at line 8906 of file pugixml.cpp.

Constructor & Destructor Documentation

xpath_node_set_raw::xpath_node_set_raw ( )
inline

Definition at line 8915 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 8954 of file pugixml.cpp.

xpath_node* xpath_node_set_raw::begin ( void  ) const
inline

Definition at line 8919 of file pugixml.cpp.

bool xpath_node_set_raw::empty ( void  ) const
inline

Definition at line 8929 of file pugixml.cpp.

xpath_node* xpath_node_set_raw::end ( void  ) const
inline

Definition at line 8924 of file pugixml.cpp.

xpath_node xpath_node_set_raw::first ( ) const
inline

Definition at line 8939 of file pugixml.cpp.

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

Definition at line 8946 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 9039 of file pugixml.cpp.

void xpath_node_set_raw::remove_duplicates ( xpath_allocator alloc)
inline

Definition at line 8990 of file pugixml.cpp.

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

Definition at line 9033 of file pugixml.cpp.

size_t xpath_node_set_raw::size ( void  ) const
inline

Definition at line 8934 of file pugixml.cpp.

void xpath_node_set_raw::sort_do ( )
inline

Definition at line 8978 of file pugixml.cpp.

void xpath_node_set_raw::truncate ( xpath_node *  pos)
inline

Definition at line 8983 of file pugixml.cpp.

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

Definition at line 9028 of file pugixml.cpp.


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