aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
refPtr.h File Reference

Class providing aGrUM's "smart" pointers. More...

#include <new>
#include <agrum/agrum.h>
#include <agrum/base/core/refPtr_tpl.h>
Include dependency graph for refPtr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::RefPtr< Val >
 Smart pointers. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<typename Val>
void gum::swap (RefPtr< Val > &ptr1, RefPtr< Val > &ptr2)
 Swap the contents of two RefPtr.

Detailed Description

Class providing aGrUM's "smart" pointers.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file refPtr.h.