reSIProcate/rutil  9694
Classes | Functions
testData.cxx File Reference
#include "rutil/Data.hxx"
#include "rutil/DataStream.hxx"
#include "rutil/Log.hxx"
#include "assert.h"
#include <iostream>
Include dependency graph for testData.cxx:

Go to the source code of this file.

Classes

class  TestData

Functions

int main ()

Function Documentation

int main ( void  )

Definition at line 1425 of file testData.cxx.

References TestData::main().

{
   TestData td;
   int rVal = td.main();
   return rVal;
}

Here is the call graph for this function: