#include "print.h"Go to the source code of this file.
Functions | |
| void | agent_print (const T &var) |
| void | agent_println (const T &var) |
Variables | |
| const char | prntid [] = "\100$ Free Agent: print.cpp, v 0.1 2002/05/29 red0x Exp $" |
Definition in file print.cpp.
|
|
(Template function) Function prints output to the console
Definition at line 33 of file print.cpp. 00034 {
00035 std::cout << var;
00036 }
|
|
|
(Template function)
Definition at line 45 of file print.cpp. 00046 {
00047 std::cout << var << std::endl;
00048 }
|
|
|
|
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001