Specifies the priority of a thread.
Pass Glib::Markup::ParseFlags(0)
for the flags argument to all functions (this should be the default argument anyway).
root
can increase priorities. On other systems (e.g. Solaris) there doesn't seem to be different scheduling for different priorities. All in all try to avoid being dependent on priorities. enum Glib::AsciiType |
AsciiType operator|(AsciiType, AsciiType)
AsciiType operator&(AsciiType, AsciiType)
AsciiType operator^(AsciiType, AsciiType)
AsciiType operator~(AsciiType)
AsciiType& operator|=(AsciiType&, AsciiType)
AsciiType& operator&=(AsciiType&, AsciiType)
AsciiType& operator^=(AsciiType&, AsciiType)
enum Glib::Checksum::ChecksumType [inherited] |
enum Glib::Date::DMY [inherited] |
enum Glib::FileTest |
FileTest operator|(FileTest, FileTest)
FileTest operator&(FileTest, FileTest)
FileTest operator^(FileTest, FileTest)
FileTest operator~(FileTest)
FileTest& operator|=(FileTest&, FileTest)
FileTest& operator&=(FileTest&, FileTest)
FileTest& operator^=(FileTest&, FileTest)
enum Glib::IOFlags |
IOFlags operator|(IOFlags, IOFlags)
IOFlags operator&(IOFlags, IOFlags)
IOFlags operator^(IOFlags, IOFlags)
IOFlags operator~(IOFlags)
IOFlags& operator|=(IOFlags&, IOFlags)
IOFlags& operator&=(IOFlags&, IOFlags)
IOFlags& operator^=(IOFlags&, IOFlags)
enum Glib::IOStatus |
enum Glib::KeyFileFlags |
KeyFileFlags operator|(KeyFileFlags, KeyFileFlags)
KeyFileFlags operator&(KeyFileFlags, KeyFileFlags)
KeyFileFlags operator^(KeyFileFlags, KeyFileFlags)
KeyFileFlags operator~(KeyFileFlags)
KeyFileFlags& operator|=(KeyFileFlags&, KeyFileFlags)
KeyFileFlags& operator&=(KeyFileFlags&, KeyFileFlags)
KeyFileFlags& operator^=(KeyFileFlags&, KeyFileFlags)
enum Glib::ModuleFlags |
ModuleFlags operator|(ModuleFlags, ModuleFlags)
ModuleFlags operator&(ModuleFlags, ModuleFlags)
ModuleFlags operator^(ModuleFlags, ModuleFlags)
ModuleFlags operator~(ModuleFlags)
ModuleFlags& operator|=(ModuleFlags&, ModuleFlags)
ModuleFlags& operator&=(ModuleFlags&, ModuleFlags)
ModuleFlags& operator^=(ModuleFlags&, ModuleFlags)
enum Glib::Date::Month [inherited] |
enum Glib::NormalizeMode |
ParseFlags operator|(ParseFlags, ParseFlags)
ParseFlags operator&(ParseFlags, ParseFlags)
ParseFlags operator^(ParseFlags, ParseFlags)
ParseFlags operator~(ParseFlags)
ParseFlags& operator|=(ParseFlags&, ParseFlags)
ParseFlags& operator&=(ParseFlags&, ParseFlags)
ParseFlags& operator^=(ParseFlags&, ParseFlags)
RegexCompileFlags operator|(RegexCompileFlags, RegexCompileFlags)
RegexCompileFlags operator&(RegexCompileFlags, RegexCompileFlags)
RegexCompileFlags operator^(RegexCompileFlags, RegexCompileFlags)
RegexCompileFlags operator~(RegexCompileFlags)
RegexCompileFlags& operator|=(RegexCompileFlags&, RegexCompileFlags)
RegexCompileFlags& operator&=(RegexCompileFlags&, RegexCompileFlags)
RegexCompileFlags& operator^=(RegexCompileFlags&, RegexCompileFlags)
RegexMatchFlags operator|(RegexMatchFlags, RegexMatchFlags)
RegexMatchFlags operator&(RegexMatchFlags, RegexMatchFlags)
RegexMatchFlags operator^(RegexMatchFlags, RegexMatchFlags)
RegexMatchFlags operator~(RegexMatchFlags)
RegexMatchFlags& operator|=(RegexMatchFlags&, RegexMatchFlags)
RegexMatchFlags& operator&=(RegexMatchFlags&, RegexMatchFlags)
RegexMatchFlags& operator^=(RegexMatchFlags&, RegexMatchFlags)
enum Glib::SeekType |
enum Glib::SpawnFlags |
SpawnFlags operator|(SpawnFlags, SpawnFlags)
SpawnFlags operator&(SpawnFlags, SpawnFlags)
SpawnFlags operator^(SpawnFlags, SpawnFlags)
SpawnFlags operator~(SpawnFlags)
SpawnFlags& operator|=(SpawnFlags&, SpawnFlags)
SpawnFlags& operator&=(SpawnFlags&, SpawnFlags)
SpawnFlags& operator^=(SpawnFlags&, SpawnFlags)
enum Glib::ThreadPriority |
enum Glib::NodeTree::TraverseFlags [inherited] |
Specifies which nodes are visited during several of the NodeTree methods, including traverse() and find().
enum Glib::TraverseType |
Specifies the type of traveral performed by methods such as NodeTree::_traverse() and NodeTree::find().
TRAVERSE_IN_ORDER | Visits a node's left child first, then the node itself, then its right child. This is the one to use if you want the output sorted according to the compare function. |
TRAVERSE_PRE_ORDER | Visits a node, then its children. |
TRAVERSE_POST_ORDER | Visits the node's children, then the node itself. |
TRAVERSE_LEVEL_ORDER | For NodeTree, it vists the root node first, then its children, then its grandchildren, and so on. Note that this is less efficient than the other orders. This is not implemented for Glib::Tree. |
enum Glib::UnicodeType |
enum Glib::Date::Weekday [inherited] |
AsciiType Glib::operator& | ( | AsciiType | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags Glib::operator& | ( | SpawnFlags | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags Glib::operator& | ( | RegexMatchFlags | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags Glib::operator& | ( | RegexCompileFlags | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags Glib::operator& | ( | ModuleFlags | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags Glib::Markup::operator& | ( | ParseFlags | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags Glib::operator& | ( | KeyFileFlags | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags Glib::operator& | ( | IOFlags | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest Glib::operator& | ( | FileTest | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType& Glib::operator&= | ( | AsciiType & | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags& Glib::operator&= | ( | SpawnFlags & | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags& Glib::operator&= | ( | RegexMatchFlags & | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags& Glib::operator&= | ( | RegexCompileFlags & | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags& Glib::operator&= | ( | ModuleFlags & | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags& Glib::Markup::operator&= | ( | ParseFlags & | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags& Glib::operator&= | ( | KeyFileFlags & | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags& Glib::operator&= | ( | IOFlags & | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest& Glib::operator&= | ( | FileTest & | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType Glib::operator^ | ( | AsciiType | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags Glib::operator^ | ( | SpawnFlags | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags Glib::operator^ | ( | RegexMatchFlags | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags Glib::operator^ | ( | RegexCompileFlags | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags Glib::operator^ | ( | ModuleFlags | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags Glib::Markup::operator^ | ( | ParseFlags | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags Glib::operator^ | ( | KeyFileFlags | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags Glib::operator^ | ( | IOFlags | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest Glib::operator^ | ( | FileTest | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType& Glib::operator^= | ( | AsciiType & | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags& Glib::operator^= | ( | SpawnFlags & | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags& Glib::operator^= | ( | RegexMatchFlags & | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags& Glib::operator^= | ( | RegexCompileFlags & | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags& Glib::operator^= | ( | ModuleFlags & | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags& Glib::Markup::operator^= | ( | ParseFlags & | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags& Glib::operator^= | ( | KeyFileFlags & | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags& Glib::operator^= | ( | IOFlags & | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest& Glib::operator^= | ( | FileTest & | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType Glib::operator| | ( | AsciiType | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags Glib::operator| | ( | SpawnFlags | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags Glib::operator| | ( | RegexMatchFlags | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags Glib::operator| | ( | RegexCompileFlags | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags Glib::operator| | ( | ModuleFlags | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags Glib::Markup::operator| | ( | ParseFlags | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags Glib::operator| | ( | KeyFileFlags | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags Glib::operator| | ( | IOFlags | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest Glib::operator| | ( | FileTest | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType& Glib::operator|= | ( | AsciiType & | lhs, | |
AsciiType | rhs | |||
) | [inline] |
SpawnFlags& Glib::operator|= | ( | SpawnFlags & | lhs, | |
SpawnFlags | rhs | |||
) | [inline] |
RegexMatchFlags& Glib::operator|= | ( | RegexMatchFlags & | lhs, | |
RegexMatchFlags | rhs | |||
) | [inline] |
RegexCompileFlags& Glib::operator|= | ( | RegexCompileFlags & | lhs, | |
RegexCompileFlags | rhs | |||
) | [inline] |
ModuleFlags& Glib::operator|= | ( | ModuleFlags & | lhs, | |
ModuleFlags | rhs | |||
) | [inline] |
ParseFlags& Glib::Markup::operator|= | ( | ParseFlags & | lhs, | |
ParseFlags | rhs | |||
) | [inline] |
KeyFileFlags& Glib::operator|= | ( | KeyFileFlags & | lhs, | |
KeyFileFlags | rhs | |||
) | [inline] |
IOFlags& Glib::operator|= | ( | IOFlags & | lhs, | |
IOFlags | rhs | |||
) | [inline] |
FileTest& Glib::operator|= | ( | FileTest & | lhs, | |
FileTest | rhs | |||
) | [inline] |
AsciiType Glib::operator~ | ( | AsciiType | flags | ) | [inline] |
SpawnFlags Glib::operator~ | ( | SpawnFlags | flags | ) | [inline] |
RegexMatchFlags Glib::operator~ | ( | RegexMatchFlags | flags | ) | [inline] |
RegexCompileFlags Glib::operator~ | ( | RegexCompileFlags | flags | ) | [inline] |
ModuleFlags Glib::operator~ | ( | ModuleFlags | flags | ) | [inline] |
ParseFlags Glib::Markup::operator~ | ( | ParseFlags | flags | ) | [inline] |
KeyFileFlags Glib::operator~ | ( | KeyFileFlags | flags | ) | [inline] |
IOFlags Glib::operator~ | ( | IOFlags | flags | ) | [inline] |
FileTest Glib::operator~ | ( | FileTest | flags | ) | [inline] |