commons::managed_array< T > Class Template Reference
Conditionally-scoped, move-able, release-able, un-sized
array.
More...
#include <array.h>
List of all members.
|
Public Member Functions |
|
| managed_array (T *p, bool scoped) |
|
T * | release () |
|
T * | get () |
|
const T * | get () const |
|
| operator T * () |
|
| operator const T * () const |
|
bool | scoped () const |
|
bool & | scoped () |
Detailed Description
template<typename T>
class commons::managed_array< T >
Conditionally-scoped, move-able, release-able, un-sized
array.
Definition at line 88 of file array.h.
The documentation for this class was generated from the following file: