Zero  0.1.0
Macros | Typedefs | Functions | Variables
w_base.cpp File Reference
#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
 

Macro Definition Documentation

§ LONGLONGCONSTANT

#define LONGLONGCONSTANT (   i)    i##LL

§ PURE_VIRTUAL

#define PURE_VIRTUAL   void pure_virtual()

§ ULONGLONGCONSTANT

#define ULONGLONGCONSTANT (   i)    i##ULL

Typedef Documentation

§ fmtflags

typedef ios::fmtflags fmtflags

Function Documentation

§ __strtou8()

static uint64_t __strtou8 ( const char *  str,
char **  endptr,
int  base,
bool  is_signed 
)
static

§ if()

if ( called)

§ operator<<()

ostream& operator<< ( ostream &  o,
const w_base_t  
)

Variable Documentation

§ called

called = true

§ PURE_VIRTUAL

PURE_VIRTUAL
Initial value:
{
static bool called = false
called
Definition: w_base.cpp:241