SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_typeindex.h File Reference

Wrapper around std::typeinfo to allow usage in containers. More...

#include "sysc/kernel/sc_cmnhdr.h"
#include <typeinfo>
Include dependency graph for sc_typeindex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_core::sc_type_index
 

Namespaces

 sc_core
 

Detailed Description

Wrapper around std::typeinfo to allow usage in containers.

Original Author: Philipp A. Hartmann, Intel Corporation

NOTE: The type sc_type_index is implementation-defined and should not be used within user models. After C++11 is fully adopted, all uses shall be replaced by std::type_index.

Definition in file sc_typeindex.h.