SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_core::sc_type_index Class Reference

#include <sysc/utils/sc_typeindex.h>

Public Member Functions

 sc_type_index (const std::type_info &ti)
 
bool operator== (const sc_type_index &rhs) const
 
bool operator!= (const sc_type_index &rhs) const
 
bool operator< (const sc_type_index &rhs) const
 
bool operator<= (const sc_type_index &rhs) const
 
bool operator> (const sc_type_index &rhs) const
 
bool operator>= (const sc_type_index &rhs) const
 
const char * name () const
 

Detailed Description

Definition at line 53 of file sc_typeindex.h.

Constructor & Destructor Documentation

◆ sc_type_index()

sc_core::sc_type_index::sc_type_index ( const std::type_info &  ti)
inline

Definition at line 56 of file sc_typeindex.h.

Member Function Documentation

◆ name()

const char* sc_core::sc_type_index::name ( ) const
inline

Definition at line 78 of file sc_typeindex.h.

◆ operator!=()

bool sc_core::sc_type_index::operator!= ( const sc_type_index rhs) const
inline

Definition at line 63 of file sc_typeindex.h.

◆ operator<()

bool sc_core::sc_type_index::operator< ( const sc_type_index rhs) const
inline

Definition at line 66 of file sc_typeindex.h.

◆ operator<=()

bool sc_core::sc_type_index::operator<= ( const sc_type_index rhs) const
inline

Definition at line 69 of file sc_typeindex.h.

◆ operator==()

bool sc_core::sc_type_index::operator== ( const sc_type_index rhs) const
inline

Definition at line 60 of file sc_typeindex.h.

◆ operator>()

bool sc_core::sc_type_index::operator> ( const sc_type_index rhs) const
inline

Definition at line 72 of file sc_typeindex.h.

◆ operator>=()

bool sc_core::sc_type_index::operator>= ( const sc_type_index rhs) const
inline

Definition at line 75 of file sc_typeindex.h.


The documentation for this class was generated from the following file: