Enumerations | |
enum | AdjacentFlag { AdjacentBefore = 0x0001, AdjacentAfter = 0x0002, AdjacentAny = 0x0003 } |
Flags for QtlRange::adjacent(). More... | |
enum | HexaFlag { HexHexa = 0x0001, HexAscii = 0x0002, HexOffset = 0x0004, HexWideOffset = 0x0008, HexSingleLine = 0x0010, HexBytesPerLine = 0x0020, HexCStyle = 0x0040, HexBinary = 0x0080, HexBinNibble = 0x0100, HexCompact = 0x0200 } |
Flags for the qtlHexa family of functions. More... | |
enum | MergeRangeFlag { AdjacentOnly = 0x0000, Sorted = 0x0001, NoDuplicate = 0x0002 } |
Flags for QtlRangeList::merge(). More... | |
enum | ProcessPriority { VeryLowPriority, LowPriority, NormalPriority, HighPriority, VeryHighPriority } |
Priority of a process, as used by QtlProcess. More... | |
Variables | |
const int | DefautLineWidth = 78 |
Default line width for output formatting. More... | |
Qtl namespace.
enum Qtl::HexaFlag |
Flags for the qtlHexa
family of functions.
enum Qtl::ProcessPriority |
Priority of a process, as used by QtlProcess.
Exact mapping depends on the operating system.
enum Qtl::AdjacentFlag |
Flags for QtlRange::adjacent().
enum Qtl::MergeRangeFlag |
Flags for QtlRangeList::merge().
Enumerator | |
---|---|
AdjacentOnly | Merge adjacent ranges only, keep total value count and order. |
Sorted | Sort the list of ranges first. |
NoDuplicate | Remove duplicates, merge overlapped ranges. |
const int Qtl::DefautLineWidth = 78 |
Default line width for output formatting.