soth::AllocatorML Class Reference

#include <Allocator.hpp>

List of all members.

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)

Constructor & Destructor Documentation

soth::AllocatorML::AllocatorML ( Index  max) [inline]

Member Function Documentation

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)
void soth::AllocatorML::reset ( void  )

References resetTop().

Referenced by soth::Stage::computeInitialJY().

void soth::AllocatorML::resetTop ( Index  min)

Friends And Related Function Documentation

SOTH_EXPORT friend std::ostream& operator<< ( std::ostream &  os,
const AllocatorML aml 
) [friend]