#include <libcwd/private_threading.h>
#include <typeinfo>
#include <cstddef>
Include dependency graph for type_info.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | libcwd |
namespace | libcwd::_private_ |
Classes | |
class | libcwd::type_info_ct |
Class that holds type information for debugging purposes. Returned by type_info_of(). More... | |
Functions | |
template<typename T> | |
type_info_ct const & | libcwd::type_info_of (T const &) |
Get type information of a given class instance. | |
template<typename T> | |
type_info_ct const & | libcwd::type_info_of (void) |
Get type information of a given class or type. |