|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
User database and other system information More...
Classes | |
| class | Date |
| Calendar date and time. More... | |
| class | System |
| System information More... | |
| class | GroupInfo |
| Query information about system groups. More... | |
| class | JitterSource |
| Generate random bytes from scheduling noise. More... | |
| class | KernelInfo |
| Query information about the operating system kernel. More... | |
| class | MountPoint |
| Mount table entry. More... | |
| class | MountTable |
| Filesystem mount table (fstab format) More... | |
| class | NetworkLabel |
| Network interface address information More... | |
| class | NetworkRoute |
| Network routing table access More... | |
| class | NetworkState |
| Simplified network configuration state. More... | |
| class | TimeInfo |
| Timezone information record More... | |
| class | Timezone |
| Timezone information More... | |
| class | UserInfo |
| Query information about system users. More... | |
Macros | |
| #define | CC_BUNDLE_LOOKUP(relPath) |
| Lookup a path of a bundled ressource. | |
Enumerations | |
| enum class | NetworkInterfaceFlags : unsigned { Up = IFF_UP , Running = 0 , LowerUp = 0 , Dormant = 0 , Broadcast = IFF_BROADCAST , Multicast = IFF_MULTICAST , Loopback = IFF_LOOPBACK , PointToPoint = IFF_POINTOPOINT } |
| Network interface flags. More... | |
User database and other system information
| #define CC_BUNDLE_LOOKUP | ( | relPath | ) |
Lookup a path of a bundled ressource.
|
strong |
Network interface flags.