Go to the source code of this file.
Classes | |
class | libcwd::type_info_ct |
Class that holds type information for debugging purposes. Returned by type_info_of(). More... | |
Namespaces | |
libcwd | |
namespace for libcwd. | |
Functions | |
template<typename T > | |
type_info_ct const & | libcwd::type_info_of (void) |
Get type information of a given class or type. More... | |
template<typename T > | |
type_info_ct const & | libcwd::type_info_of (T const &) |
Get type information of a given class instance. More... | |
Do not include this header file directly, instead include debug.h.