#include <RunningTotal.h>
Inheritance diagram for FunctionTotal


Public Methods | |
| FunctionTotal () | |
| virtual XObject* | execute ( XPathExecutionContext& executionContext, XalanNode* context, int , const XObjectArgVectorType& args) |
| Execute an XPath function object. More... | |
| virtual FunctionTotal* | clone () const |
| Create a copy of the function object. More... | |
Private Methods | |
| FunctionTotal& | operator= (const FunctionTotal&) |
| bool | operator== (const FunctionTotal&) const |
Private Attributes | |
| double | m_sum |
|
|
Definition at line 19 of file RunningTotal.cpp. Referenced by clone(). |
|
|
Create a copy of the function object.
Definition at line 54 of file RunningTotal.cpp. |
|
|
Execute an XPath function object. The function must return a valid object.
Definition at line 34 of file RunningTotal.cpp. |
|
|
|
|
|
|
|
|
Definition at line 50 of file RunningTotal.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000