ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Classes | Functions
Manager.h File Reference

Definition of Manager, which manages the ownership of array data. More...

#include "ndarray_fwd.h"
#include <boost/noncopyable.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/scoped_array.hpp>

Go to the source code of this file.

Classes

class  ndarray::Manager
 
class  ndarray::SimpleManager< T >
 
class  ndarray::ExternalManager< U >
 

Functions

template<typename T >
Manager::Ptr ndarray::makeManager (T const &owner)
 
Manager::Ptr ndarray::makeManager (Manager::Ptr const &owner)
 

Detailed Description

Definition of Manager, which manages the ownership of array data.