#include <libcwd/private_threading.h>
#include <typeinfo>
#include <cstddef>
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 (void) |
Get type information of a given class or type. | |
template<typename T> | |
type_info_ct const & | libcwd::type_info_of (T const &) |
Get type information of a given class instance. |