AnimaL |
Tutorial |
Documentation |
#include <io.h>
Definition at line 27 of file io.h.
Public Member Functions | |
v_Output (const T &t, char *s) | |
Define which vector to write. | |
Public Attributes | |
const T & | t |
the vector to write | |
char * | sep |
separator |
|
Define which vector to write.
Definition at line 33 of file io.h. References animal::v_Output< T >::sep. |
|
separator
Definition at line 30 of file io.h. Referenced by animal::v_Output< T >::v_Output(). |
|
the vector to write
|