▼Nanonymous_namespace{clas.cpp} | File local scope |
CValue | Determine the unit of a string encoded value |
▼Nanonymous_namespace{libloadplay.cpp} | File local scope |
CCallback | Implements a recursion safe std::function wrapper |
CCoreFrameReport | The report frame information for a single CPU pipeline |
CCoreReport | The reported state of a single CPU pipeline |
▼CEmulator | Instances of this class represent an emulator session |
CCore | Per core information |
CHold | Sets a referenced variable to a given value and restores it when going out of context |
CMain | Singleton class representing the main execution environment |
Cmib_t | Represents MIB, but wraps it to provide the necessary operators to use it as an std::map key |
▼CReport | Provides a mechanism to provide frame wise per core load information |
CFrame | Represents a frame of the report |
CSysctls | Singleton class representing the sysctl table for this library |
CSysctlValue | Instances of this class represents a specific sysctl value |
▼Nanonymous_namespace{powerd++.cpp} | File local scope |
CCore | Contains the management information for a single CPU core |
CCoreGroup | Contains the management information for a group of cores with a common clock frequency |
CFreqGuard | A core frequency guard |
▼CGlobal | A collection of all the gloabl, mutable states |
CACSet | Per AC line state settings |
▼Nerrors | Common error handling types and functions |
CException | Exceptions bundle an exit code, errno value and message |
▼Nnih | Not invented here namespace, for code that substitutes already commonly available functionality |
Cenum_has_members | Tests whether the given enum provides all the required definitions |
COptions | An instance of this class offers operators to retrieve command line options and arguments |
CParameter | Container for an option definition |
▼Nsys | Wrappers around native system interfaces |
▼Nctl | This namespace contains safer c++ wrappers for the sysctl() interface |
Cerror | The domain error type |
COnce | A read once representation of a Sysctl |
CSync | This is a wrapper around Sysctl that allows semantically transparent use of a sysctl |
CSysctl | Represents a sysctl MIB address |
CSysctl< 0 > | This is a specialisation of Sysctl for sysctls using symbolic names |
▼Nenv | Provides wrappers around the getenv() family of functions |
Cerror | The domain error type |
CVar | A reference type refering to an environment variable |
CVars | A singleton class providing access to environment variables |
▼Nio | This namespace contains c++ wrappers for <cstdio> functionality |
Ccontains | Check whether a set type contains a value |
Ccontains< set< Set ... >, Value > | Specialise io::contains to unpack io::set |
Cenable_if | Similar to std::enable_if, but it also has the value of the expression |
Cenable_if< false, T > | Specialise enable_if for a false expression |
Cfile | Produces file access types around the C file handling facilities |
Cfile< link, Features ... > | Specialise for FILE object linking file instances |
Cfile< own, Features ... > | Specialise for FILE object owning file instances |
Cfile_feature | Implements the base functionality of all file access types |
Cfile_feature< FileT, read, Tail ... > | Implement read support for file types |
Cfile_feature< FileT, seek, Tail ... > | Implement seek support for file types |
Cfile_feature< FileT, write, Tail ... > | Implement write support for file types |
Cis_superset_of | Check whether the left hand set is a superest of the right hand set |
Cis_superset_of< LSetT, set< RSet ... > > | Specialise is_superset_of to unpack the right hand io::set |
▼Cquery | Ask questions about the contents of a string |
Ccontains_ftor | Test a string whether it contains a set of characters |
Cset | Pack a set of integral values in a type |
▼Npid | This namespace contains safer c++ wrappers for the pidfile_*() interface |
Cerror | The domain error type |
CPidfile | A wrapper around the pidfile_* family of commands implementing the RAII pattern |
▼Nsig | This namespace provides c++ wrappers for signal(3) |
Cerror | The domain error type |
CSignal | Sets up a given signal handler and restores the old handler when going out of scope |
Csc_error | Can be thrown by syscall function wrappers if the function returned with an error |
▼Ntiming | Namespace for time management related functionality |
CCycle | Implements an interruptible cyclic sleeping functor |
▼Nutility | A collection of generally useful functions |
CFormatter | A formatting wrapper around string literals |
CFromChars | A functor for reading numerical values from a string or character array |
CMax | A simple value container that provides the maximum of assigned values |
CMin | A simple value container that provides the minimum of assigned values |
CSum | A simple value container only allowing += and copy assignment |
CUnderlined | A line of text and an underlining line |
▼Nversion | Version information constants and types |