#include <TinyDomTest2.h>
Public Member Functions | |
unsigned int | allNodes (const Node2 &n2, std::vector< const AttList2 * > &at2) |
TinyDomTest2 (const TinyDom2 &td2) | |
Private Attributes | |
const TinyDom2 & | dom_ |
some tests for TinyDom and TinyDomWalker
Definition at line 9 of file TinyDomTest2.h.
TinyDomTest2::TinyDomTest2 | ( | const TinyDom2 & | td2 | ) | [explicit] |
Definition at line 9 of file TinyDomTest2.cc.
: dom_(td2) { }
Definition at line 11 of file TinyDomTest2.cc.
References graph< N, E >::begin(), gather_cfg::cout, dom_, graph< N, E >::end(), graph< N, E >::nodeData(), and graph< N, E >::size().
const TinyDom2& TinyDomTest2::dom_ [private] |
Definition at line 17 of file TinyDomTest2.h.
Referenced by allNodes().