ADUL
Collection of reusable C++ utilities
|
Cadul::atm::BitVector< ChunkT > | Vector of chunks, where in which chunk you can edit every bit |
Cadul::time::Clock | Wrapper for part of std::chrono::steady_clock STL interface |
Cadul::time::DurationsClock | This class represent the sequence of durations and interface of working with them |
▼Cstd::exception | |
▼Cadul::exceptions::FailedXMLFile | Failure with working with XML file |
Cadul::exceptions::FailedReadingXMLFile | Failure with reading from XML file |
Cadul::exceptions::FailedWritingXMLFile | Failure with writing to XML file |
Cadul::exceptions::Message | Modified std::exception class The only difference is that you define message by yourself when create an object |
Cadul::logs::Logger | This is "Logger" class |
Cadul::atm::XMLMap< keyT, valueT > | This class is wrapper for STL container std::unordered_map |