LibreOffice Module starmath (master) 1
Namespaces | Functions
iterator.hxx File Reference
#include "element.hxx"
Include dependency graph for iterator.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mathml
 The purpose of this iterator is to be able to iterate threw an infinite element tree infinite -> as much as your memory can hold No call-backs that will end up in out of stack.
 

Functions

template<typename runType >
void mathml::SmMlIteratorBottomToTop (SmMlElement *pMlElementTree, runType aRunType, void *aData)
 
template<typename runType >
void mathml::SmMlIteratorTopToBottom (SmMlElement *pMlElementTree, runType aRunType, void *aData)
 
void mathml::SmMlIteratorFree (SmMlElement *pMlElementTree)
 
SmMlElementmathml::SmMlIteratorCopy (SmMlElement *pMlElementTree)