|
AGX Dynamics 2.42.2.1
|
Ties a beginBlock/endBlock pair to a scope. More...
#include <StorageStream.h>
Public Member Functions | |
| ScopedBlock (StorageStream &stream, const char *blockName) | |
| The data pointed to by 'blockName' is not copied. | |
| ~ScopedBlock () | |
Ties a beginBlock/endBlock pair to a scope.
Definition at line 280 of file StorageStream.h.
| agxStream::StorageStream::ScopedBlock::ScopedBlock | ( | StorageStream & | stream, |
| const char * | blockName | ||
| ) |
The data pointed to by 'blockName' is not copied.
It is the responsibility of the caller to ensure that the pointer is valid for the duration of the ScopedBlock's lifetime.
| agxStream::StorageStream::ScopedBlock::~ScopedBlock | ( | ) |