Search:
SENF Extensible Network Framework
Home
Download
Wiki
BerliOS
ChangeLog
Browse SVN
Bug Tracker
Overview
Examples
HowTos
Glossary
PPI
Packets
Scheduler
Socket
Utils
Console
Daemon
Logger
Termlib
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Namespace List
Namespace Members
senf
::
format
::
detail
senf::format::detail Namespace Reference
Functions
std::string
dumpintSigned
(long long v, unsigned bits)
std::string
dumpintUnsigned
(unsigned long long v, unsigned bits, int sign=0)
Function Documentation
std::string senf::format::detail::
dumpintSigned
(
long long
v
,
unsigned
bits
)
Definition at line
126
of file
Format.cc
.
std::string senf::format::detail::
dumpintUnsigned
(
unsigned long long
v
,
unsigned
bits
,
int
sign
=
0
)
Definition at line
132
of file
Format.cc
.