gz-cpp-util 1.3
A c++20 library containing various utilities
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ngz
 Nre
 Ctypes
 Nutil
 Cstring_hash
 CExceptionThe parent for all other exceptions
 CFileIOErrorAny error that occurs during file io
 CInvalidArgumentAny error that implies an invalid argument was passed to a function
 CInvalidTypeAny error where a wrong type was used
 CIteratorA generic iterator that satisfies std::forward_iterator
 CLogManages printing messages to stdout and to logfiles
 CLogCreateInfoCreate info for a Log object
 CQueueA thread-safe queue with a dynamic size up until a maximum size
 CRingBufferA fixed size buffer that can store data continuously without needing to move data or reallocate memory
 CIteratorBidirectonal iterator for the RingBuffer
 CSettingsManager
 CSettingsManagerAllowedValuesInformation about the allowed values
 CSettingsManagerCreateInfoCreation info for SettingsManager