#include <XANADOO/XANAUtilities/interface/XANAToolkit.h>
#include <XANADOO/XANAUtilities/interface/XANAVerbose.h>
#include <Utilities/UI/interface/SimpleConfigurable.h>
#include <iostream>
Include dependency graph for XANAToolkit.cpp:
Go to the source code of this file.
Functions | |
int | main () |
|
Definition at line 7 of file XANAToolkit.cpp. References xana::out.
00008 { 00009 // xana::out 00010 00011 xana::out(1)<<"xana::out("<<1<<")"<<std::endl; 00012 xana::out(2)<<"xana::out("<<2<<")"<<std::endl; 00013 xana::out(3)<<"xana::out("<<3<<")"<<std::endl; 00014 xana::out(4)<<"xana::out("<<4<<")"<<std::endl; 00015 xana::out(5)<<"xana::out("<<5<<")"<<std::endl; 00016 00017 return 0 ; 00018 } |