#include <Allocator.hpp>
Public Member Functions | |
AllocatorML (Index max) | |
void | reset () |
void | resetTop (Index min) |
Index | get () |
void | put (const Index &token) |
void | disp (std::ostream &os) const |
Friends | |
SOTH_EXPORT friend std::ostream & | operator<< (std::ostream &os, const AllocatorML &aml) |
soth::AllocatorML::AllocatorML | ( | Index | max | ) | [inline] |
void soth::AllocatorML::disp | ( | std::ostream & | os | ) | const |
Referenced by soth::operator<<().
AllocatorML::Index soth::AllocatorML::get | ( | ) |
Referenced by soth::Stage::update().
void soth::AllocatorML::put | ( | const Index & | token | ) |
Referenced by soth::Stage::removeACrossFromW().
void soth::AllocatorML::reset | ( | void | ) |
References resetTop().
Referenced by soth::Stage::computeInitialJY().
void soth::AllocatorML::resetTop | ( | Index | min | ) |
Referenced by soth::Stage::computeInitialJY(), and reset().
SOTH_EXPORT friend std::ostream& operator<< | ( | std::ostream & | os, |
const AllocatorML & | aml | ||
) | [friend] |