corona  1.0.2
Public Member Functions
corona::auto_array< T > Class Template Reference

#include <Utility.h>

List of all members.

Public Member Functions

 auto_array (T *initial=0)
 ~auto_array ()
 operator T * () const
T * get () const
T * release ()
auto_array< T > & operator= (T *a)

Detailed Description

template<typename T>
class corona::auto_array< T >

Definition at line 34 of file Utility.h.


Constructor & Destructor Documentation

template<typename T>
corona::auto_array< T >::auto_array ( T *  initial = 0) [inline, explicit]

Definition at line 36 of file Utility.h.

template<typename T>
corona::auto_array< T >::~auto_array ( ) [inline]

Definition at line 40 of file Utility.h.


Member Function Documentation

template<typename T>
corona::auto_array< T >::operator T * ( ) const [inline]

Definition at line 44 of file Utility.h.

template<typename T>
T* corona::auto_array< T >::get ( ) const [inline]

Definition at line 48 of file Utility.h.

template<typename T>
T* corona::auto_array< T >::release ( ) [inline]

Definition at line 52 of file Utility.h.

template<typename T>
auto_array<T>& corona::auto_array< T >::operator= ( T *  a) [inline]

Definition at line 58 of file Utility.h.


The documentation for this class was generated from the following file: