libcwdversion 2.0.0
The C++ Debugging Support Library
Loading...
Searching...
No Matches
type_info.h File Reference
#include <cstddef>
#include <typeinfo>

Go to the source code of this file.

Classes

class  libcwd::TypeInfo
 Class that holds type information for debugging purposes. Returned by type_info_of(). More...

Namespaces

namespace  libcwd
 namespace for libcwd.

Functions

template<typename T>
TypeInfo const & libcwd::type_info_of ()
 Get type information of a given class or type.
template<typename T>
TypeInfo const & libcwd::type_info_of (T const &)
 Get type information of a given class instance.

Detailed Description

Do not include this header file directly, instead include debug.h.