#include <xpath.h>#include <xpathresult.h>#include <to_xml.h>#include <iostream>#include <streambuf>Классы | |
| class | abstract_xpath_iterator |
| class | abstract_xpath_iterator::xpath_iterator_functor |
| class | pointer_collector< T > |
| class | xpath_iterator< T > |
Макросы | |
| #define | FUNCTOR_DECLARE(name) |
| #define | FUNCTOR_BEGIN(name) void name::apply(abstract_xpath_iterator& i) { |
| #define | FUNCTOR_END() } |
| #define FUNCTOR_BEGIN | ( | name | ) | void name::apply(abstract_xpath_iterator& i) { |
См. определение в файле xpathiterator.h строка 76
| #define FUNCTOR_DECLARE | ( | name | ) |
Макроопределение:
class name: public abstract_xpath_iterator::xpath_iterator_functor { \ public: \ virtual void apply(abstract_xpath_iterator& i); \ };
См. определение в файле xpathiterator.h строка 70
| #define FUNCTOR_END | ( | ) | } |
См. определение в файле xpathiterator.h строка 79
1.5.2