AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
Public Member Functions | List of all members
drama::nodel Struct Reference

Detailed Description

Declare an operator to be used as a deletion operator by std::shared_ptr.

This is used in cases where we don't want an object deleted. by std::shared_ptr.

Examples
dramahello.cpp, gitpathtest.cpp, and threadbasic.cpp.

#include "task.hh"

Public Member Functions

void operator() (void const *) const
 Invoked to delete the memory used.
 

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