System.sPointer
C++
class sPointer {
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | sysdyn.h | System | System | 
Description
A type of low overhead smart pointer.
The sPointer class is created for RAII techniques. A sPointer object encapsulates a pointer, which is deleted at sPointer destruction.
Template parameters
| Parameter | Usage | 
|---|---|
| T | Type of the pointer | 
Note: Currently, this class is mainly used by WebServices code generation.