Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ base/

operations_research::ScopedPtrMallocFree Class Reference

This class wraps the c library function free() in a class that can be passed as a template argument to scoped_ptr_malloc below. More...

#include <scoped_ptr.h>

List of all members.

Public Member Functions

void operator() (void *x) const


Detailed Description

This class wraps the c library function free() in a class that can be passed as a template argument to scoped_ptr_malloc below.

Definition at line 261 of file scoped_ptr.h.


Member Function Documentation

void operations_research::ScopedPtrMallocFree::operator() ( void *  x  )  const [inline]

Definition at line 263 of file scoped_ptr.h.


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