LLVM API Documentation

Public Member Functions
PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry Class Reference

#include <CostAllocator.h>

Inheritance diagram for PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry:
Inheritance graph
[legend]
Collaboration diagram for PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry:
Collaboration graph
[legend]

List of all members.

Public Member Functions

template<typename CostKeyT >
 PoolEntry (CostPool &pool, CostKeyT cost)
 ~PoolEntry ()
CostT & getCost ()
const CostT & getCost () const

Detailed Description

template<typename CostT, typename CostKeyTComparator>
class PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry

Definition at line 31 of file CostAllocator.h.


Constructor & Destructor Documentation

template<typename CostT, typename CostKeyTComparator>
template<typename CostKeyT >
PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::PoolEntry ( CostPool pool,
CostKeyT  cost 
) [inline]

Definition at line 34 of file CostAllocator.h.

template<typename CostT, typename CostKeyTComparator>
PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::~PoolEntry ( ) [inline]

Definition at line 36 of file CostAllocator.h.


Member Function Documentation

template<typename CostT, typename CostKeyTComparator>
CostT& PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::getCost ( ) [inline]

Definition at line 37 of file CostAllocator.h.

template<typename CostT, typename CostKeyTComparator>
const CostT& PBQP::CostPool< CostT, CostKeyTComparator >::PoolEntry::getCost ( ) const [inline]

Definition at line 38 of file CostAllocator.h.


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