Enums and Flags
There are no flags right now. More...Detailed Description
There are no flags right now.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).
- Note:
- It is not guaranteed, that threads with different priorities really behave accordingly. On some systems (e.g. Linux) only
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.
Enumeration Type Documentation
enum Glib::AsciiType |
- Bitwise operators:
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 |
- Bitwise operators:
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 |
- Bitwise operators:
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 |
- Bitwise operators:
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 |
- Bitwise operators:
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 |
- Bitwise operators:
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)
- Bitwise operators:
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)
- Bitwise operators:
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 |
- Bitwise operators:
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::TraverseFlags |
- Bitwise operators:
TraverseFlags operator|(TraverseFlags, TraverseFlags)
TraverseFlags operator&(TraverseFlags, TraverseFlags)
TraverseFlags operator^(TraverseFlags, TraverseFlags)
TraverseFlags operator~(TraverseFlags)
TraverseFlags& operator|=(TraverseFlags&, TraverseFlags)
TraverseFlags& operator&=(TraverseFlags&, TraverseFlags)
TraverseFlags& operator^=(TraverseFlags&, TraverseFlags)
template <typename T>
enum Glib::NodeTree::TraverseFlags [inherited] |
Specifies which nodes are visited during several of the NodeTree methods, including traverse() and find().
enum Glib::TraverseType |
- Enumerator:
-
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. IN_ORDER PRE_ORDER POST_ORDER LEVEL_ORDER
enum Glib::TraverseType |
Specifies the type of traveral performed by methods such as NodeTree::_traverse() and NodeTree::find().
- Enumerator:
-
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. IN_ORDER PRE_ORDER POST_ORDER LEVEL_ORDER
- Enumerator:
enum Glib::UnicodeType |
- Enumerator:
enum Glib::Date::Weekday [inherited] |
Function Documentation
AsciiType Glib::operator & | ( | AsciiType | lhs, | |
AsciiType | rhs | |||
) | [inline] |
TraverseFlags Glib::operator & | ( | TraverseFlags | lhs, | |
TraverseFlags | 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] |
TraverseFlags& Glib::operator &= | ( | TraverseFlags & | lhs, | |
TraverseFlags | 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] |
TraverseFlags Glib::operator^ | ( | TraverseFlags | lhs, | |
TraverseFlags | 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] |
TraverseFlags& Glib::operator^= | ( | TraverseFlags & | lhs, | |
TraverseFlags | 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] |
TraverseFlags Glib::operator| | ( | TraverseFlags | lhs, | |
TraverseFlags | 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] |
TraverseFlags& Glib::operator|= | ( | TraverseFlags & | lhs, | |
TraverseFlags | 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] |
TraverseFlags Glib::operator~ | ( | TraverseFlags | 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] |