All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
soth::AllocatorML Class Reference

#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)
 

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 ( )
void soth::AllocatorML::put ( const Index &  token)
void soth::AllocatorML::reset ( void  )

References resetTop().

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

Referenced by reset().

Friends And Related Function Documentation

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