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

Implementation of aGrUM's "smart" pointers. More...

Include dependency graph for refPtr_tpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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

Implementation of aGrUM's "smart" pointers.

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

Definition in file refPtr_tpl.h.