AAO DRAMA/DRAMA2 C++ 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. More...
 

Member Function Documentation

void drama::nodel::operator() ( void const *  ) const
inline

Invoked to delete the memory used.

Null version.


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

Click here for the DRAMA home page and here for the AAO home page.

For more information, contact tjf@aao.gov.au 

Generated on Mon Feb 22 2016 15:57:52 for AAO DRAMA/DRAMA2 C++ Interface by doxygen 1.8.10