#include <Hypergraph.h>

Public Member Functions | |
| FixedAllocator () | |
| void | Init (std::size_t count) |
| T & | operator[] (std::size_t idx) |
| const T & | operator[] (std::size_t idx) const |
| T * | New () |
| std::size_t | Capacity () const |
| std::size_t | Size () const |
Definition at line 47 of file Hypergraph.h.
| MosesTuning::FixedAllocator< T >::FixedAllocator | ( | ) | [inline] |
Definition at line 50 of file Hypergraph.h.
| std::size_t MosesTuning::FixedAllocator< T >::Capacity | ( | ) | const [inline] |
Definition at line 72 of file Hypergraph.h.
| void MosesTuning::FixedAllocator< T >::Init | ( | std::size_t | count | ) | [inline] |
Definition at line 52 of file Hypergraph.h.
Referenced by MosesTuning::Graph::SetCounts().

| T* MosesTuning::FixedAllocator< T >::New | ( | ) | [inline] |
Definition at line 66 of file Hypergraph.h.
Referenced by MosesTuning::Graph::NewEdge(), and MosesTuning::Graph::NewVertex().

| const T& MosesTuning::FixedAllocator< T >::operator[] | ( | std::size_t | idx | ) | const [inline] |
Definition at line 62 of file Hypergraph.h.
| T& MosesTuning::FixedAllocator< T >::operator[] | ( | std::size_t | idx | ) | [inline] |
Definition at line 59 of file Hypergraph.h.
| std::size_t MosesTuning::FixedAllocator< T >::Size | ( | ) | const [inline] |
Definition at line 76 of file Hypergraph.h.
Referenced by MosesTuning::Graph::EdgeSize(), MosesTuning::Graph::Prune(), and MosesTuning::Graph::VertexSize().

1.5.9