|
Zero
0.1.0
|
#include "w_defines.h"#include "w_base.h"#include <sstream>#include <cmath>#include <netinet/in.h>Macros | |
| #define | LONGLONGCONSTANT(i) i##LL |
| #define | ULONGLONGCONSTANT(i) i##ULL |
| #define | PURE_VIRTUAL void pure_virtual() |
Typedefs | |
| typedef ios::fmtflags | fmtflags |
Functions | |
| ostream & | operator<< (ostream &o, const w_base_t &) |
| static uint64_t | __strtou8 (const char *str, char **endptr, int base, bool is_signed) |
| if (!called) | |
Variables | |
| PURE_VIRTUAL | |
| called = true | |
| #define LONGLONGCONSTANT | ( | i | ) | i##LL |
| #define PURE_VIRTUAL void pure_virtual() |
| #define ULONGLONGCONSTANT | ( | i | ) | i##ULL |
| typedef ios::fmtflags fmtflags |
|
static |
| if | ( | ! | called | ) |
| ostream& operator<< | ( | ostream & | o, |
| const w_base_t & | |||
| ) |
| called = true |
1.8.12