Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Inherited by Rapicorn::TestStreamImpl.
Public Types | |
enum | Kind { TEXT, NODE, VALUE, INTERN, INDENT, POPNODE, POPINDENT } |
Public Member Functions | |
void | dump (const String &text) |
template<typename Value > | |
void | dump (const String &name, Value v) |
template<typename Value > | |
void | dump_intern (const String &name, Value v) |
void | push_node (const String &name) |
void | pop_node () |
void | push_indent (void) |
void | pop_indent (void) |
virtual void | filter_matched_nodes (const String &matchpattern)=0 |
virtual void | filter_unmatched_nodes (const String &matchpattern)=0 |
virtual String | string ()=0 |
Static Public Member Functions | |
static TestStream * | create_test_stream () |
Protected Member Functions | |
virtual void | ddump (Kind kind, const String &name, const String &val)=0 |