MI - Fimex
|
#include <Utils.h>
Public Member Functions | |
SharedArrayConstCastDeleter (boost::shared_array< T > ptr) | |
template<typename C > | |
void | operator() (C *) |
Protected Attributes | |
boost::shared_array< T > | ptr |
delete-class for shared_array's, making sure that the original shared_array does not expire before the current shared_array. Use as
boost::shared_array<int> bla; boost::shared_array<const int>(bla.get(), SharedArrayConstCastDeleter(bla));
|
inline |
|
inline |
|
protected |