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 |
- Enumerator:
enum Glib::UnicodeType |
- Enumerator:
enum Glib::Date::Weekday [inherited] |
Function Documentation
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] |