shared_ptr.h File Reference

BDM's own smart pointer. More...

#include <limits.h>
#include <algorithm>
#include <stdexcept>
#include <string>
#include "itpp_ext.h"

Go to the source code of this file.

Classes

class  bdm::shared_ptr< T >
 A naive implementation of roughly a subset of the std::tr1:shared_ptr spec (really just roughly - it ignores memory exceptions, for example; also note I didn't read the spec). More...

Functions

template<typename T , typename U >
bool bdm::operator== (shared_ptr< T > const &a, shared_ptr< U > const &b)
template<typename T , typename U >
bool bdm::operator!= (shared_ptr< T > const &a, shared_ptr< U > const &b)
template<typename T , typename U >
bool bdm::operator< (shared_ptr< T > const &a, shared_ptr< U > const &b)


Detailed Description

BDM's own smart pointer.

Author:
Vaclav Barta.
----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty

Using IT++ for numerical operations -----------------------------------


Generated on Wed Aug 5 00:06:50 2009 for mixpp by  doxygen 1.5.9