DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
dueca::StoreMark< T > Class Template Reference

Mark object,. More...

#include <AmorphStore.hxx>

Public Member Functions

 ~StoreMark ()
 Destructor.
 
unsigned markvalue (unsigned idxnow) const
 return a value for marking
 

Friends

class AmorphStore
 

Detailed Description

template<class T>
class dueca::StoreMark< T >

Mark object,.

A mark reserves room in the store for later filling. Typically this can be used to indicate the size of following data; the store's AmorphStore::finishMark call updates the mark value with the size of data written since AmorphStore::startMark.

A second use is reserving room and writing a specific, user-supplied value later, with the two-parameter form of the AmorphStore::finishMark call


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