Drizzled Public API Documentation

drizzled::global_buffer_constraint< T > Class Template Reference

Public Member Functions

 global_buffer_constraint (T max)
 
getMaxSize () const
 
void setMaxSize (T new_size)
 
bool add (T addition)
 
bool sub (T subtract)
 

Private Attributes

atomic< T > current_size
 
max_size
 

Detailed Description

template<class T>
class drizzled::global_buffer_constraint< T >

Definition at line 27 of file global_buffer.h.


The documentation for this class was generated from the following file: