#include <cstdlib>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "mpi_utils.h"
#include "mpi_bindings.h"
Go to the source code of this file.
|
struct | null_deleter |
| Pass this to a shared pointer if you do NOT want it to own its object. More...
|
|
struct | packable_vector< T > |
| This class allows a vector of packable objects to be packed as though it were a packable object itself. More...
|
|
|
| cluster |
| Namespace for everything in the cluster library.
|
|
|
template<class T > |
packable_vector< T > | make_packable_vector (std::vector< T > *vec, bool owned=true) |
| Tempate function adaptor so we can have type inference when making packable vectors. More...
|
|