Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

con/print.cpp

Go to the documentation of this file.
00001 
00019 #include "print.h"
00020 
00021 #ifndef _CON_PRINT_CPP_
00022 #define _CON_PRINT_CPP_
00023 
00024 static const char prntid[] = "\100$ Free Agent: print.cpp, v 0.1 2002/05/29 red0x Exp $";
00025 
00032 template<typename T>
00033 void agent_print(const T& var)
00034 {
00035     std::cout << var;
00036 }
00037 
00044 template<typename T>
00045 void agent_println(const T& var)
00046 {
00047     std::cout << var << std::endl;
00048 }
00049 
00050 #endif

Generated at Thu May 30 15:12:33 2002 for Freeagent by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001