Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

type_info.h File Reference

#include <libcwd/private_threading.h>
#include <typeinfo>
#include <cstddef>

Include dependency graph for type_info.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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 & type_info_of (T const &instance)
 Get type information of a given class instance.
template<typename T>
type_info_ct const & type_info_of (void)
 Get type information of a given class or type.


Detailed Description

Do not include this header file directly, instead include "\ref preparation_step2 "debug.h"".
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.