|
Classes |
| class | ActiveBackup |
| | ActiveBackup class. More...
|
| class | Netman |
| | Network manager. More...
|
| class | Singleton |
| | Singleton design pattern impl. More...
|
| class | Socket |
| | Socket class. More...
|
| class | vector |
| | Simple vector implementation. More...
|
Namespaces |
| namespace | http |
| | HTTP protocol implementation.
|
Functions |
|
AbsMsecTime | get_msec_time () |
| | Get current time in ms.
|
|
std::string | bin2txt (const char *ptr, size_t len) |
| | Convert text to printable characters.
|
|
std::string | bin2txt (const std::string &s) |
| | Convert text to printable characters.
|
|
int | strncasecmp (std::string::size_type start, std::string::size_type len, const std::string &s1, const std::string &s2) |
| | Case insensitive comparison.
|
|
int | strncasecmp (const std::string &s1, std::string::size_type p1, const std::string &s2, std::string::size_type p2, std::string::size_type n) |
| | Case insensitive comparison.
|
|
std::string | EventsToString (short events) |
| | Convert poll() events / revents to string.
|