LLVM  4.0.0
Classes | Public Types | Public Member Functions | List of all members
llvm::PBQP::ValuePool< ValueT > Class Template Reference

#include <CostAllocator.h>

Inheritance diagram for llvm::PBQP::ValuePool< ValueT >:
[legend]

Public Types

typedef std::shared_ptr< const
ValueT
PoolRef
 

Public Member Functions

template<typename ValueKeyT >
PoolRef getValue (ValueKeyT ValueKey)
 

Detailed Description

template<typename ValueT>
class llvm::PBQP::ValuePool< ValueT >

Definition at line 29 of file CostAllocator.h.

Member Typedef Documentation

template<typename ValueT>
typedef std::shared_ptr<const ValueT> llvm::PBQP::ValuePool< ValueT >::PoolRef

Definition at line 31 of file CostAllocator.h.

Member Function Documentation

template<typename ValueT>
template<typename ValueKeyT >
PoolRef llvm::PBQP::ValuePool< ValueT >::getValue ( ValueKeyT  ValueKey)
inline

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