![]() |
aGrUM
0.14.2
|
Class providing aGrUM's "smart" pointers. More...
Go to the source code of this file.
Classes | |
class | gum::RefPtr< Val > |
Smart pointersaGrUM's smart pointers keep track of the number of times the value they point to is referenced. More... | |
Namespaces | |
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. More... | |
Class providing aGrUM's "smart" pointers.
Definition in file refPtr.h.