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

con/print.h File Reference

#include <iostream.h>

Go to the source code of this file.

Functions

void agent_print (const T &var)
void agent_println (const T &var)


Detailed Description

File contains print functions

Definition in file print.h.


Function Documentation

void agent_print ( const T & var )
 

Definition at line 33 of file print.cpp.

Referenced by debug_agent().

00034 {
00035     std::cout << var;
00036 }

void agent_println ( const T & var )
 

Definition at line 45 of file print.cpp.

Referenced by debug_agent(), and main().

00046 {
00047     std::cout << var << std::endl;
00048 }


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