Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerator
P6AF_HEX 

Format as hexadecimal number.

P6AF_DEC 

Format as a decimal number.

P6AF_OCT 

Format as a octal number.

P6AF_CHAR 

Format as a character.

P6AF_STR 

Format as a text string (prints a formatted UUID string for UUIDs)

P6AF_HEXSTR 

Format as hex encoded string, converts character values to hex.

P6AF_ISOT 

Format a P6TIME as an ISO 860 date, only valid for an P6ARGTYPE of P6AT_TIME.

P6AF_RFCT 

Format a P6TIME as an RFC 822 date, only valid for an P6ARGTYPE of P6AT_TIME.

P6AF_HEXDUMP 

Format data as a multi-line hex dump, 16 bytes/line with leading offset, hexdata, followed by ascii.

P6AF_KBMBGB 

Format unsigned integer types as string in Bytes/KiloBytes/MegaBytes/GigaBytes etc automatically appending the approropriate KB/MG/GB after the number.

Definition at line 559 of file p6types.h.