Board
0.6.devel
|
#include <iostream>
#include <ctime>
#include <cstring>
#include "Tools.ih"
Go to the source code of this file.
Data Structures | |
class | LibBoard::MessageStream |
Namespaces | |
namespace | LibBoard |
Macros | |
#define | SHOW(V) std::cerr << " " #V " = " << ( V ) << std::endl |
#define | secured_sprintf snprintf |
Functions | |
void | LibBoard::secured_strncpy (char *dst, const char *src, size_t count) |
void | LibBoard::secured_ctime (char *str, const time_t *t, size_t count) |
Variables | |
MessageStream | LibBoard::error |
MessageStream | LibBoard::warning |
MessageStream | LibBoard::notice |
#define secured_sprintf snprintf |
Referenced by LibBoard::Board::saveFIG().
#define SHOW | ( | V | ) | std::cerr << " " #V " = " << ( V ) << std::endl |