AIToolbox
A library that offers tools for AI problem solving.
|
Go to the documentation of this file. 1 #ifndef AI_TOOLBOX_UTILS_IO_HEADER_FILE
2 #define AI_TOOLBOX_UTILS_IO_HEADER_FILE
22 std::ostream &
write(std::ostream & os,
double d);
24 std::ostream &
write(std::ostream & os,
const Vector & v);
32 std::ostream &
write(std::ostream & os,
const Table2D & t);
35 std::ostream &
write(std::ostream & os,
const Table3D & t);
54 std::istream &
read(std::istream & is,
Vector & v);
62 std::istream &
read(std::istream & is,
Table2D & t);
65 std::istream &
read(std::istream & is,
Table3D & t);