|
|
template<typename PollFD > |
| int | PollImpl (PollFD *pfd, int nfds, std::chrono::seconds timeout) |
| |
|
int | CompareStringsCaseInsensitive (const char *s1, const char *s2) |
| |
|
bool | StringToBool (const char *s) |
| |
|
void | Printf (const char *fmt,...) |
| | printf, prints messages to the console
|
| |
|
void | Assert (bool exp, const char *fmt,...) |
| | assert a condition is true, use this to handle debug information
|
| |
|
void | Check (bool exp, const char *fmt,...) |
| | same as assert, but this is intended to be used as a message for users
|
| |
|
void | Error (const char *fmt,...) |
| | report error message, same as check
|
| |
namespace for helper utils of the project