openMSX
Classes | Functions
TypeInfo.hh File Reference
#include <typeinfo>
#include <cassert>
Include dependency graph for TypeInfo.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TypeInfo

Functions

bool operator== (const TypeInfo &lhs, const TypeInfo &rhs)
bool operator< (const TypeInfo &lhs, const TypeInfo &rhs)
bool operator!= (const TypeInfo &lhs, const TypeInfo &rhs)
bool operator> (const TypeInfo &lhs, const TypeInfo &rhs)
bool operator<= (const TypeInfo &lhs, const TypeInfo &rhs)
bool operator>= (const TypeInfo &lhs, const TypeInfo &rhs)

Function Documentation

bool operator!= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 66 of file TypeInfo.hh.

bool operator< ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 62 of file TypeInfo.hh.

References TypeInfo::before().

bool operator<= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 74 of file TypeInfo.hh.

bool operator== ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 58 of file TypeInfo.hh.

References TypeInfo::get().

bool operator> ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 70 of file TypeInfo.hh.

bool operator>= ( const TypeInfo lhs,
const TypeInfo rhs 
)
inline

Definition at line 78 of file TypeInfo.hh.