|
Osiris Framework
0.3
|
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. | |
Double-buffer implementation.