Lumiera
0.pre.03
»edit your freedom«
|
just a placeholder to decouple the existing code from the reworked BuffHandle logic.
The existing code in turn will be reworked rather fundamentally
Definition at line 90 of file bufftable-obsolete.hpp.
Static Public Member Functions | |
static BufferDescriptor const & | just_satisfy_the_compiler () |
Additional Inherited Members | |
Public Types inherited from BuffHandle | |
typedef Buff * | PBuff |
Public Member Functions inherited from BuffHandle | |
BuffHandle (BufferDescriptor const &typeInfo, void *storage=0) | |
template<typename BU > | |
BU & | accessAs () |
convenience shortcut: access the buffer contents casted to a specific type. More... | |
template<typename BU > | |
BU & | create () |
convenience shortcut: place and maintain an object within the buffer. More... | |
void | emit () |
HashVal | entryID () const |
bool | isValid () const |
operator bool () const | |
Buff & | operator* () const |
void | release () |
size_t | size () const |