|
ndarray
NumPy-friendly multidimensional arrays in C++
|
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) |
Definition of Manager, which manages the ownership of array data.