ADTF
|
Abstract wrapper class for the alignment enumeration. More...
Public Types | |
enum | tAlignment { e0 = 1 , e1 = 1 , e2 = 2 , e4 = 4 , e8 = 8 , e16 = 16 , e32 = 32 , e64 = 64 , eInvalid = 255 } |
Representation of the alignment enumeration. More... | |
Static Public Member Functions | |
static A_UTILS_NS::cString | ToString (tAlignment const eAlignment) |
Converts the given alignment to a string. More... | |
static tAlignment | FromString (const A_UTILS_NS::cString &strAlignment) |
Extracts the alignment out of a given string. More... | |
Abstract wrapper class for the alignment enumeration.
Definition at line 15 of file ddlalignment.h.
enum tAlignment |
Representation of the alignment enumeration.
Enumerator | |
---|---|
e0 | for backward compatibility |
e1 | Default alignment. |
Definition at line 21 of file ddlalignment.h.
|
static |
Extracts the alignment out of a given string.
[in] | strAlignment | - String containing the alignment |
|
static |
Converts the given alignment to a string.
[in] | eAlignment | - The alignment to convert |