llvm-mos-sdk
Public Member Functions | Protected Member Functions | List of all members
std::type_info Class Reference
Inheritance diagram for std::type_info:
Inheritance graph
[legend]

Public Member Functions

virtual ~type_info () noexcept
 
bool operator== (const type_info &rhs) const noexcept
 
bool operator!= (const type_info &rhs) const noexcept
 
bool before (const type_info &) const noexcept
 
const char * name () const noexcept
 

Protected Member Functions

 type_info (const char *type_name)
 

Constructor & Destructor Documentation

◆ ~type_info()

virtual std::type_info::~type_info ( )
virtualnoexcept

◆ type_info()

std::type_info::type_info ( const char *  type_name)
protected

Member Function Documentation

◆ before()

bool std::type_info::before ( const type_info ) const
noexcept

◆ name()

const char* std::type_info::name ( ) const
noexcept

◆ operator!=()

bool std::type_info::operator!= ( const type_info rhs) const
noexcept

◆ operator==()

bool std::type_info::operator== ( const type_info rhs) const
noexcept

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