Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TinyXPath::result_and_next Class Reference

xpath_stack element. Derives from expression_result, and also contains a pointer to the next element on the stack More...

Inheritance diagram for TinyXPath::result_and_next:

Inheritance graph
[legend]
Collaboration diagram for TinyXPath::result_and_next:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 result_and_next (expression_result er_in, result_and_next *rnp_in_next)
 Constructor.

result_and_nextrnp_get_next ()
 Return next element.

void v_dump ()
 Dump a stack element to stdout.


Protected Attributes

result_and_nextrnp_next
 Next element in the stack.


Detailed Description

xpath_stack element. Derives from expression_result, and also contains a pointer to the next element on the stack


Constructor & Destructor Documentation

TinyXPath::result_and_next::result_and_next expression_result  er_in,
result_and_next rnp_in_next
[inline]
 

Constructor.


Member Function Documentation

result_and_next* TinyXPath::result_and_next::rnp_get_next  )  [inline]
 

Return next element.

void TinyXPath::result_and_next::v_dump  ) 
 

Dump a stack element to stdout.

Reimplemented from TinyXPath::expression_result.


Member Data Documentation

result_and_next* TinyXPath::result_and_next::rnp_next [protected]
 

Next element in the stack.


The documentation for this class was generated from the following file:
Generated for TinyXPath by doxygen SourceForge Logo