API Guides > ConceptRT 3.x

Detailed Description

OwningPointer.png

Classes

class  OwningPointer< T >
 Owning pointer. Object that contains a pointer to an object. This object is owned by the OwningPointer therefore delete the OwningPointer will delete the owned object. More...
 
class  OwningArrayPointer< T >
 Owning pointer for C-like array. More...
 
class  BaseOwningPointer< T >
 Base owning pointer. Base class used by OwningPointer. More...
 

Macros

#define OWNING_POINTER_FAST_ACCESS(owningPointer)
 Owning pointer fast access. More...
 

Macro Definition Documentation

#define OWNING_POINTER_FAST_ACCESS (   owningPointer)

Owning pointer fast access.

Parameters
owningPointerThe owning pointer.