CACAO
Public Member Functions | Protected Member Functions | Private Attributes
cacao::jit::compiler2::ConstTag< Type, ConstTy, t > Class Template Reference
Inheritance diagram for cacao::jit::compiler2::ConstTag< Type, ConstTy, t >:
cacao::jit::compiler2::SegmentTag< Type >

Public Member Functions

 ConstTag (ConstTy c)
 
virtual OStreamprint (OStream &OS) const
 
virtual ~ConstTag ()
 
- Public Member Functions inherited from cacao::jit::compiler2::SegmentTag< Type >
bool operator== (const SegmentTag &other) const
 
bool operator< (const SegmentTag &other) const
 
virtual ~SegmentTag ()
 

Protected Member Functions

virtual u8 hash () const
 
- Protected Member Functions inherited from cacao::jit::compiler2::SegmentTag< Type >
 SegmentTag (Type type)
 

Private Attributes

ConstTy c
 

Detailed Description

template<class Type, class ConstTy, Type t>
class cacao::jit::compiler2::ConstTag< Type, ConstTy, t >

Definition at line 510 of file Segment.hpp.

Constructor & Destructor Documentation

template<class Type , class ConstTy , Type t>
cacao::jit::compiler2::ConstTag< Type, ConstTy, t >::ConstTag ( ConstTy  c)
inline

Definition at line 522 of file Segment.hpp.

template<class Type , class ConstTy , Type t>
virtual cacao::jit::compiler2::ConstTag< Type, ConstTy, t >::~ConstTag ( )
inlinevirtual

Definition at line 526 of file Segment.hpp.

Member Function Documentation

template<class Type , class ConstTy , Type t>
virtual u8 cacao::jit::compiler2::ConstTag< Type, ConstTy, t >::hash ( ) const
inlineprotectedvirtual

Implements cacao::jit::compiler2::SegmentTag< Type >.

Definition at line 512 of file Segment.hpp.

template<class Type , class ConstTy , Type t>
virtual OStream& cacao::jit::compiler2::ConstTag< Type, ConstTy, t >::print ( OStream OS) const
inlinevirtual

Implements cacao::jit::compiler2::SegmentTag< Type >.

Definition at line 523 of file Segment.hpp.

Field Documentation

template<class Type , class ConstTy , Type t>
ConstTy cacao::jit::compiler2::ConstTag< Type, ConstTy, t >::c
private

Definition at line 528 of file Segment.hpp.


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