15 using namespace Nymph;
24 KTINFO(testlog,
"Applying awesome cut");
26 cut.
Apply(data, testData);
28 KTINFO(testlog,
"Applying not-awesome cut");
30 naCut.
Apply(data, testData);
34 KTINFO(testlog,
"Printing data structure");
37 KTINFO(testlog,
"Printing cut structure");
KTLOGGER(testlog, "TestPrintData")
XStructType & Of(void)
Returns a reference to the object of type XStructType; creates that object if it doesn't exist...
bool Apply(KTData &data, KTTestData &testData)
void PrintCutStructure(KTDataPtr dataPtr)
boost::shared_ptr< KTData > KTDataPtr
Contains KTPrintDataStructure.
Contains the logger class and macros, based on Kasper's KLogger class.
void PrintDataStructure(KTDataPtr dataPtr)
Prints the structure of data objects.
bool Apply(KTData &data, KTTestData &testData)