Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
toolbox/sharedPointer.hh File Reference
#include "boost/shared_ptr.hpp"
#include "boost/weak_ptr.hpp"
Include dependency graph for sharedPointer.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  concepts::null_deleter
class  concepts::RCP< T >
 Reference-counting pointer. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Functions

template<class T >
RCP< const T > concepts::makecRCP_weak (T *x)
template<class T >
RCP< T > concepts::makeRCP (T *x)
 Function to create a RCP which deletes the object when no RCP points on it anymore.
template<class T >
RCP< T > concepts::makeRCP_weak (T *x)
 Function to create a RCP without deleting the object in the destructor.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)