#include "data/stream.hpp"
#include "data/exception.hpp"
#include "data/string.hpp"
#include <cstdio>
#include <cwchar>
#include <cctype>
Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::io |
Defines | |
#define | snprintf _snprintf |
#define | snscanf _snscanf |
Functions | |
data_stream & | operator<< (data_stream &st, const serializable &ss) |
text_stream & | operator<< (text_stream &s, const printable &p) |
data_stream & | operator>> (data_stream &st, serializable &ss) |
text_stream & | operator>> (text_stream &s, printable &p) |
#define snprintf _snprintf |
Definition at line 44 of file stream.cpp.
#define snscanf _snscanf |
Definition at line 45 of file stream.cpp.