ADUL
Collection of reusable C++ utilities
|
▼Nadul | Project api's namespace |
▼Natm | ADUL template module |
CBitVector | Vector of chunks, where in which chunk you can edit every bit |
CXMLMap | This class is wrapper for STL container std::unordered_map |
▼Nexceptions | Exceptions module |
CFailedReadingXMLFile | Failure with reading from XML file |
CFailedWritingXMLFile | Failure with writing to XML file |
CFailedXMLFile | Failure with working with XML file |
CMessage | Modified std::exception class The only difference is that you define message by yourself when create an object |
▼Nlogs | Logging system module |
CLogger | This is "Logger" class |
▼Ntime | Time module |
CClock | Wrapper for part of std::chrono::steady_clock STL interface |
CDurationsClock | This class represent the sequence of durations and interface of working with them |