Method destructor

 

Your_Class::~Your_Class

 

You only have to provide a destructor if your class has allocated resources.

 

 

Syntax

 

Your_Class::~Your_Class(

          void

)

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also