μHAL (v2.7.9)
Part of the IPbus software repository
Public Member Functions | Private Attributes | List of all members
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)
 

Private Attributes

xpath_node_set::type_t _type
 
xpath_node * _begin
 
xpath_node * _end
 
xpath_node * _eos
 

Detailed Description

Definition at line 8813 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_node_set_raw()

xpath_node_set_raw::xpath_node_set_raw ( )
inline

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

References _begin, _end, _eos, and xpath_allocator::reallocate().

Referenced by xpath_ast_node::eval_node_set().

◆ begin()

xpath_node* xpath_node_set_raw::begin ( ) const
inline

◆ empty()

bool xpath_node_set_raw::empty ( ) const
inline

Definition at line 8836 of file pugixml.cpp.

References _begin, and _end.

Referenced by xpath_ast_node::eval_boolean(), and xpath_ast_node::eval_string().

◆ end()

xpath_node* xpath_node_set_raw::end ( ) const
inline

◆ first()

xpath_node xpath_node_set_raw::first ( ) const
inline

Definition at line 8846 of file pugixml.cpp.

References _begin, _end, _type, and xpath_first().

Referenced by xpath_ast_node::eval_string().

◆ push_back()

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

Definition at line 8853 of file pugixml.cpp.

References _end, _eos, and push_back_grow().

Referenced by xpath_ast_node::eval_node_set(), and xpath_ast_node::step_push().

◆ 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 8946 of file pugixml.cpp.

References _begin, _end, _eos, and xpath_allocator::reallocate().

Referenced by push_back().

◆ remove_duplicates()

void xpath_node_set_raw::remove_duplicates ( xpath_allocator alloc)
inline

◆ set_type()

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

Definition at line 8940 of file pugixml.cpp.

References _type.

Referenced by xpath_ast_node::eval_node_set(), and xpath_ast_node::step_do().

◆ size()

size_t xpath_node_set_raw::size ( ) const
inline

◆ sort_do()

void xpath_node_set_raw::sort_do ( )
inline

Definition at line 8885 of file pugixml.cpp.

References _begin, _end, _type, and xpath_sort().

Referenced by xpath_ast_node::eval_node_set().

◆ truncate()

void xpath_node_set_raw::truncate ( xpath_node *  pos)
inline

◆ type()

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

Member Data Documentation

◆ _begin

xpath_node* xpath_node_set_raw::_begin
private

◆ _end

xpath_node* xpath_node_set_raw::_end
private

◆ _eos

xpath_node* xpath_node_set_raw::_eos
private

Definition at line 8819 of file pugixml.cpp.

Referenced by append(), push_back(), and push_back_grow().

◆ _type

xpath_node_set::type_t xpath_node_set_raw::_type
private

Definition at line 8815 of file pugixml.cpp.

Referenced by first(), remove_duplicates(), set_type(), sort_do(), and type().


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