ANNA Suite  2020b
Multipurpose development suite for Telco applications
Public Types | List of all members
anna::AutoPointer::WhenFinished Struct Reference

#include <AutoPointer.hpp>

Public Types

enum  _v { Ignore, Delete }
 

Detailed Description

Óperación a realizar cuando se termine de tratar con esta instancia y se invoque a anna::AutoPointer::release.

See also
AutoPointer.

Member Enumeration Documentation

◆ _v

Enumerator
Ignore 

<< La invocación al método anna::AutoPointer::release no tendrá ningún efecto.

Delete 

<< La invocación al método anna::AutoPointer::release originará la llamada al operador delete de la instancia.

30  {
31  Ignore ,
32  Delete
33  };
Definition: AutoPointer.hpp:31
Definition: AutoPointer.hpp:32

The documentation for this struct was generated from the following file: