#include <Ideal.h>
Definition at line 290 of file Ideal.h.
◆ ExponentAllocator() [1/2]
| Ideal::ExponentAllocator::ExponentAllocator |
( |
size_t |
varCount | ) |
|
◆ ~ExponentAllocator()
| Ideal::ExponentAllocator::~ExponentAllocator |
( |
| ) |
|
◆ ExponentAllocator() [2/2]
◆ allocate()
| Exponent * Ideal::ExponentAllocator::allocate |
( |
| ) |
|
◆ operator=()
◆ reset()
| void Ideal::ExponentAllocator::reset |
( |
size_t |
newVarCount | ) |
|
◆ swap()
◆ useSingleChunking()
| bool Ideal::ExponentAllocator::useSingleChunking |
( |
| ) |
const |
|
private |
◆ _chunk
| Exponent* Ideal::ExponentAllocator::_chunk |
|
private |
◆ _chunkEnd
| Exponent* Ideal::ExponentAllocator::_chunkEnd |
|
private |
◆ _chunkIterator
| Exponent* Ideal::ExponentAllocator::_chunkIterator |
|
private |
◆ _chunks
| vector<Exponent*> Ideal::ExponentAllocator::_chunks |
|
private |
◆ _varCount
| size_t Ideal::ExponentAllocator::_varCount |
|
private |
The documentation for this class was generated from the following files: