OpenCPN Partial API docs
Loading...
Searching...
No Matches
xpath_query_impl Struct Reference

Static Public Member Functions

static xpath_query_implcreate ()
 
static void destroy (xpath_query_impl *impl)
 

Public Attributes

xpath_ast_noderoot
 
xpath_allocator alloc
 
xpath_memory_block block
 

Detailed Description

Definition at line 11318 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_query_impl()

xpath_query_impl::xpath_query_impl ( )
inline

Definition at line 11334 of file pugixml.cpp.

Member Function Documentation

◆ create()

static xpath_query_impl * xpath_query_impl::create ( )
inlinestatic

Definition at line 11319 of file pugixml.cpp.

◆ destroy()

static void xpath_query_impl::destroy ( xpath_query_impl impl)
inlinestatic

Definition at line 11326 of file pugixml.cpp.

Member Data Documentation

◆ alloc

xpath_allocator xpath_query_impl::alloc

Definition at line 11340 of file pugixml.cpp.

◆ block

xpath_memory_block xpath_query_impl::block

Definition at line 11341 of file pugixml.cpp.

◆ root

xpath_ast_node* xpath_query_impl::root

Definition at line 11339 of file pugixml.cpp.


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