MADARA  3.1.8
ScopedArray.h File Reference
Include dependency graph for ScopedArray.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madara::utility::ScopedArray< T >
 This template class provides transparent reference counting of its template parameter T. More...
 
struct  madara::utility::ScopedArray< T >::Shim
 A shim class that keeps track of the reference count and a pointer to the type T that's reference counted. More...
 

Namespaces

 madara
 Copyright (c) 2015 Carnegie Mellon University.
 
 madara::utility
 Provides utility functions and classes for common tasks and needs.