#include <GCArray.h>
Public Member Functions | |
gcarray (size_t size) | |
T * | get () const |
T * | operator* () |
T | operator[] (size_t idx) |
~gcarray () | |
Private Attributes | |
T * | m_p |
GENICAM_NAMESPACE::gcarray< T >::gcarray | ( | size_t | size | ) | [inline] |
GENICAM_NAMESPACE::gcarray< T >::~gcarray | ( | ) | [inline] |
T* GENICAM_NAMESPACE::gcarray< T >::get | ( | ) | const [inline] |
T* GENICAM_NAMESPACE::gcarray< T >::operator* | ( | ) | [inline] |
T GENICAM_NAMESPACE::gcarray< T >::operator[] | ( | size_t | idx | ) | [inline] |
T* GENICAM_NAMESPACE::gcarray< T >::m_p [private] |