LLVM API Documentation
#include <CostAllocator.h>
Public Types | |
typedef VectorT | Vector |
typedef MatrixT | Matrix |
typedef VectorCostPool::PoolRef | VectorPtr |
typedef MatrixCostPool::PoolRef | MatrixPtr |
Public Member Functions | |
template<typename VectorKeyT > | |
VectorPtr | getVector (VectorKeyT v) |
template<typename MatrixKeyT > | |
MatrixPtr | getMatrix (MatrixKeyT m) |
Definition at line 87 of file CostAllocator.h.
typedef MatrixT PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::Matrix |
Definition at line 93 of file CostAllocator.h.
typedef MatrixCostPool::PoolRef PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::MatrixPtr |
Definition at line 95 of file CostAllocator.h.
typedef VectorT PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::Vector |
Definition at line 92 of file CostAllocator.h.
typedef VectorCostPool::PoolRef PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::VectorPtr |
Definition at line 94 of file CostAllocator.h.
MatrixPtr PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::getMatrix | ( | MatrixKeyT | m | ) | [inline] |
Definition at line 101 of file CostAllocator.h.
References PBQP::CostPool< CostT, CostKeyTComparator >::getCost().
VectorPtr PBQP::PoolCostAllocator< VectorT, VectorTComparator, MatrixT, MatrixTComparator >::getVector | ( | VectorKeyT | v | ) | [inline] |
Definition at line 98 of file CostAllocator.h.
References PBQP::CostPool< CostT, CostKeyTComparator >::getCost().