rcpputils  master
C++ API providing common utilities and data structures.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cstd::exception [external]
 Crcpputils::AssertionExceptionAn assertion-like exception for halting tests if conditions are not met
 Crcpputils::IllegalStateExceptionAn exception to be thrown when a state check fails
 Crcpputils::is_pointer< T >Type traits for validating if T is of type pointer or smart pointer
 Crcpputils::fs::pathDrop-in replacement for std::filesystem::path
 Crcpputils::remove_pointer< T >Type traits for deducing the data type of T from a pointer or smart pointer
 Crcpputils::SharedLibrary