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

con/print.h

Go to the documentation of this file.
00001 
00012 #ifndef _CON_PRINT_H_
00013 #define _CON_PRINT_H_
00014 
00015 #include <iostream.h>
00016 
00017 
00018 template<typename T>
00019 void agent_print(const T& var);
00020 
00021 template<typename T>
00022 void agent_println(const T& var);
00023 
00024 
00025 #endif

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