Classes | |
struct | gc_no_pointers_t |
class | Allocator |
class | BufStreambuf |
class | BufStreamBase |
class | IBufStream |
class | OBufStream |
class | BufStream |
class | RegExp |
class | mutex |
class | cond |
class | thread_attr |
class | thread |
struct | ForkArgs |
struct | ParseUnitValFailure |
Typedefs | |
typedef char | int8 |
typedef unsigned char | uint8 |
typedef short | int16 |
typedef unsigned short | uint16 |
typedef int | int32 |
typedef unsigned int | uint32 |
Functions | |
uint16 | swab16 (uint16 p_x) |
uint32 | swab32 (uint32 p_x) |
uint64 | swab64 (uint64 p_x) |
uint16 | hton16 (uint16 p_x) |
uint16 | ntoh16 (uint16 p_x) |
uint32 | hton32 (uint32 p_x) |
uint32 | ntoh32 (uint32 p_x) |
uint64 | hton64 (uint64 p_x) |
uint64 | ntoh64 (uint64 p_x) |
Text | errno_Text (int err) |
void * | ThreadStart_Callback (void *arg) throw () |
void | ThreadStart_WaitForChild (ForkArgs *forkArgs) throw () |
Text | FormatUnitVal (Basics::uint64 val, bool decimal=false) throw () |
Basics::uint64 | ParseUnitVal (const char *val, bool decimal=false) throw (ParseUnitValFailure) |
Basics::uint64 | ParseUnitVal (const Text &val, bool decimal=false) throw (ParseUnitValFailure) |
Variables | |
gc_no_pointers_t | gc_no_pointers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by main(), process(), and RecursiveStats::report(). |
|
Definition at line 177 of file Basics.H. Referenced by main(), PickleC::PickleInt16(), and SRPC_impl::send_int16(). |
|
Definition at line 189 of file Basics.H. Referenced by IntegerVC::FingerPrint(), main(), PickleC::PickleInt32(), and SRPC_impl::send_int32(). |
|
Definition at line 202 of file Basics.H. References swab64(). Referenced by main(), ntoh64(), PickleC::PickleInt64(), and SRPC_impl::send_int64(). |
|
Definition at line 182 of file Basics.H. Referenced by input_tests(), main(), SRPC_impl::recv_int16(), and PickleC::UnpickleInt16(). |
|
Definition at line 194 of file Basics.H. Referenced by input_tests(), main(), SRPC_impl::recv_int32(), and PickleC::UnpickleInt32(). |
|
Definition at line 215 of file Basics.H. References hton64(). Referenced by main(), SRPC_impl::recv_int64(), and PickleC::UnpickleInt64(). |
|
Definition at line 58 of file Units.H. References ParseUnitVal(). |
|
Referenced by main(), and ParseUnitVal(). |
|
|
|
Definition at line 155 of file Basics.H. Referenced by GraphLog::Entry::Read(), and GraphLog::Entry::Recover(). |
|
Definition at line 163 of file Basics.H. Referenced by hton64(), and UniqueId(). |
|
Referenced by Basics::thread::fork_inner(). |
|
Referenced by Basics::thread::fork_inner(). |
|
|