ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | List of all members
auto_array_ptr< type > Class Template Reference

Public Member Functions

 auto_array_ptr ()
 
template<typename index >
 auto_array_ptr (index const size)
 
template<typename index , typename value >
 auto_array_ptr (index const size, value const val)
 
 ~auto_array_ptr ()
 
void free ()
 
template<typename index >
void init (index const size)
 
template<typename index , typename value >
void init (index const size, value const val)
 
 operator type * () const
 
 auto_array_ptr ()
 
template<typename index >
 auto_array_ptr (index const size)
 
template<typename index , typename value >
 auto_array_ptr (index const size, value const val)
 
 ~auto_array_ptr ()
 
void free ()
 
template<typename index >
void init (index const size)
 
template<typename index , typename value >
void init (index const size, value const val)
 
 operator type * () const
 

Detailed Description

template<typename type>
class auto_array_ptr< type >

Definition at line 177 of file fastcluster_dm.cxx.

Constructor & Destructor Documentation

◆ auto_array_ptr() [1/6]

template<typename type >
auto_array_ptr< type >::auto_array_ptr ( )
inline

Definition at line 183 of file fastcluster_dm.cxx.

◆ auto_array_ptr() [2/6]

template<typename type >
template<typename index >
auto_array_ptr< type >::auto_array_ptr ( index const  size)
inline

Definition at line 185 of file fastcluster_dm.cxx.

◆ auto_array_ptr() [3/6]

template<typename type >
template<typename index , typename value >
auto_array_ptr< type >::auto_array_ptr ( index const  size,
value const  val 
)
inline

Definition at line 189 of file fastcluster_dm.cxx.

◆ ~auto_array_ptr() [1/2]

template<typename type >
auto_array_ptr< type >::~auto_array_ptr ( )
inline

Definition at line 193 of file fastcluster_dm.cxx.

◆ auto_array_ptr() [4/6]

template<typename type >
auto_array_ptr< type >::auto_array_ptr ( )
inline

Definition at line 183 of file fastcluster_dm.cxx.

◆ auto_array_ptr() [5/6]

template<typename type >
template<typename index >
auto_array_ptr< type >::auto_array_ptr ( index const  size)
inline

Definition at line 185 of file fastcluster_dm.cxx.

◆ auto_array_ptr() [6/6]

template<typename type >
template<typename index , typename value >
auto_array_ptr< type >::auto_array_ptr ( index const  size,
value const  val 
)
inline

Definition at line 189 of file fastcluster_dm.cxx.

◆ ~auto_array_ptr() [2/2]

template<typename type >
auto_array_ptr< type >::~auto_array_ptr ( )
inline

Definition at line 193 of file fastcluster_dm.cxx.

Member Function Documentation

◆ free() [1/2]

template<typename type >
void auto_array_ptr< type >::free ( )
inline

Definition at line 194 of file fastcluster_dm.cxx.

◆ free() [2/2]

template<typename type >
void auto_array_ptr< type >::free ( )
inline

Definition at line 194 of file fastcluster_dm.cxx.

◆ init() [1/4]

template<typename type >
template<typename index >
void auto_array_ptr< type >::init ( index const  size)
inline

Definition at line 200 of file fastcluster_dm.cxx.

◆ init() [2/4]

template<typename type >
template<typename index >
void auto_array_ptr< type >::init ( index const  size)
inline

Definition at line 200 of file fastcluster_dm.cxx.

◆ init() [3/4]

template<typename type >
template<typename index , typename value >
void auto_array_ptr< type >::init ( index const  size,
value const  val 
)
inline

Definition at line 205 of file fastcluster_dm.cxx.

◆ init() [4/4]

template<typename type >
template<typename index , typename value >
void auto_array_ptr< type >::init ( index const  size,
value const  val 
)
inline

Definition at line 205 of file fastcluster_dm.cxx.

◆ operator type *() [1/2]

template<typename type >
auto_array_ptr< type >::operator type * ( ) const
inline

Definition at line 210 of file fastcluster_dm.cxx.

◆ operator type *() [2/2]

template<typename type >
auto_array_ptr< type >::operator type * ( ) const
inline

Definition at line 210 of file fastcluster_dm.cxx.


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