RefCount.cpp
Go to the documentation of this file.
1
#include "
RefCount.h
"
2
#ifdef _DEBUG
3
#include <assert.h>
4
#endif
5
6
using namespace
MiscLib
;
7
8
RefCount::~RefCount
()
9
{
10
#ifdef _DEBUG
11
assert(m_refCount == 0);
12
#endif
13
}
RefCount.h
MiscLib
Definition:
AlignedAllocator.h:11
MiscLib::RefCount::~RefCount
virtual ~RefCount()
Definition:
RefCount.cpp:8
VisionX
components
pointcloud_processor
EfficientRANSACPrimitiveExtractor
EfficientRANSAC
MiscLib
RefCount.cpp
Generated on Sat Oct 12 2024 09:14:17 for armarx_documentation by
1.8.17