Osiris Framework  0.3
ODoubleBuffer< BType > Class Template Reference

Double-buffer implementation. More...

#include <OsirisSDK/ODoubleBuffer.hpp>

Public Member Functions

 ODoubleBuffer ()
 Class constructor.
 
virtual ~ODoubleBuffer ()
 Class destructor.
 
BType * curr ()
 Returns pointer to the current state.
 
BType * next ()
 Returns pointer to the next state.
 
void swap ()
 Swap buffers.
 

Detailed Description

template<class BType>
class ODoubleBuffer< BType >

Double-buffer implementation.


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