okteta
Public Types |
Static Public Member Functions |
Static Public Attributes |
Static Protected Attributes |
List of all members
Okteta::OffsetFormat Class Reference
#include <offsetformat.h>
Public Types | |
enum | Format { Hexadecimal =0, Decimal } |
typedef void(* | print )(char *Buffer, unsigned int Offset) |
Static Public Member Functions | |
static unsigned int | codingWidth (int i) |
static void | printDecimalOffset (char *Buffer, unsigned int Offset) |
static print | printFunction (int i) |
static void | printHexadecimalOffset (char *Buffer, unsigned int Offset) |
static void | printHexadecimalSmallOffset (char *Buffer, unsigned int Offset) |
Static Public Attributes | |
static const int | MaxFormatWidth = 10 |
Static Protected Attributes | |
static const unsigned int | CodingWidth [2] = { 9, 10 } |
static const print | PrintFunction [2] |
Detailed Description
Definition at line 37 of file offsetformat.h.
Member Typedef Documentation
typedef void(* Okteta::OffsetFormat::print)(char *Buffer, unsigned int Offset) |
Definition at line 41 of file offsetformat.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Hexadecimal | |
Decimal |
Definition at line 43 of file offsetformat.h.
Member Function Documentation
|
inlinestatic |
Definition at line 70 of file offsetformat.h.
|
static |
Definition at line 50 of file offsetformat.cpp.
|
inlinestatic |
Definition at line 73 of file offsetformat.h.
|
static |
Definition at line 38 of file offsetformat.cpp.
|
static |
Definition at line 44 of file offsetformat.cpp.
Member Data Documentation
|
staticprotected |
Definition at line 64 of file offsetformat.h.
|
static |
Definition at line 45 of file offsetformat.h.
|
staticprotected |
Initial value:
Definition at line 66 of file offsetformat.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.