C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
templ_sptr.h File Reference

Smart pointer and reference to objects with reference counter. More...

#include <system_cpp_standard.h>
#include <math_define.h>

Classes

class  SPtr< T >
 Smart pointer to objects with reference counter. More...
 
class  SRef< T >
 Smart reference to objects with reference counter. More...
 
struct  SPtrPair< RefItem >
 A pair of smart pointers. More...
 

Namespaces

 c3d
 C3D namespace declaration.
 

Macros

#define NULL_CHECK   PRECONDITION( m_pI != nullptr );
 Debug check for nullptr. More...
 

Detailed Description

Smart pointer and reference to objects with reference counter.