#include <SgMarker.h>
It asserts that nobody else is using the same marker at the same time.
Definition at line 111 of file SgMarker.h.
Public Member Functions | |
| SgReserveMarker (SgMarker &marker) | |
| In debug build, assert that the marker is not already in use. | |
| ~SgReserveMarker () | |
Private Attributes | |
| SgMarker & | m_marker |
| SgReserveMarker::SgReserveMarker | ( | SgMarker & | marker | ) |
In debug build, assert that the marker is not already in use.
Definition at line 127 of file SgMarker.h.
References m_marker, SgMarker::m_markerInUse, and SG_ASSERT.
| SgReserveMarker::~SgReserveMarker | ( | ) |
SgMarker& SgReserveMarker::m_marker [private] |