LLVM API Documentation

llvm::TypeInfo Struct Reference

#include <TypeInfo.h>

Collaboration diagram for llvm::TypeInfo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeInfo ()
 TypeInfo (const std::type_info &ti)
const std::type_info & get () const
bool before (const TypeInfo &rhs) const
const char * getClassName () const

Detailed Description

Definition at line 23 of file TypeInfo.h.


Constructor & Destructor Documentation

llvm::TypeInfo::TypeInfo (  )  [inline]

Definition at line 24 of file TypeInfo.h.

llvm::TypeInfo::TypeInfo ( const std::type_info &  ti  )  [inline]

Definition at line 29 of file TypeInfo.h.


Member Function Documentation

bool llvm::TypeInfo::before ( const TypeInfo rhs  )  const [inline]

Definition at line 38 of file TypeInfo.h.

References Info.

Referenced by llvm::operator<().

const std::type_info& llvm::TypeInfo::get (  )  const [inline]

Definition at line 33 of file TypeInfo.h.

Referenced by llvm::operator==().

const char* llvm::TypeInfo::getClassName (  )  const [inline]

Definition at line 41 of file TypeInfo.h.


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