![]() |
Cinnamon
1.0
chess engine
|
#include "namespaces.h"
Go to the source code of this file.
Namespaces | |
namespace | _memory |
namespace | _time |
namespace | _string |
namespace | _file |
namespace | _bits |
Functions | |
void * | _memory::_mmap (string fileName) |
void | _memory::_munmap (void *blob, int fileSize) |
int | _time::diffTime (struct timeb t1, struct timeb t2) |
string | _time::getLocalTime () |
void | _string::trimRight (string &str) |
void | _string::replace (string &f, char c1, char c2) |
void | _string::replace (string &f, string s1, string s2) |
int | _file::fileSize (const string &FileName) |
void | _bits::_free () |
void | _bits::init () |
Variables | |
u64 ** | _bits::LINK_ROOKS |