Utilities  1
Collection of utility classes and functions used by my C++ applications.
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Friends Macros
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CApplicationUtilities::ArgumentWrapper for command line argument information
 CApplicationUtilities::ArgumentParserMeans for handling command line arguments
 CIoUtilities::BinaryReaderReads primitive data types from a std::istream using a specified ConversionUtilities::ByteOrder
 CIoUtilities::BinaryWriterWrites primitive data types to a std::ostream using a specified ConversionUtilities::ByteOrder
 CIoUtilities::CopyHelper< bufferSize >The copy helper class helps to copy bytes from one stream to another
 CChronoUtilities::DateTimeRepresents an instant in time, typically expressed as a date and time of day
 Cstd::exceptionSTL class
 CApplicationUtilities::FailureThe exception that is thrown by an ArgumentParser when a parsing error occurs
 Cstd::runtime_errorSTL class
 CConversionUtilities::ConversionExceptionThe exception that is thrown when an conversion error occurs
 CChronoUtilities::PeriodRepresents a period of time
 CChronoUtilities::TimeSpanRepresents a time interval
 Cunary_function
 CConversionUtilities::Widen< E, T, A >Converts a std::string to std::wstring