Public Types | Public Member Functions | Private Attributes
OVR::Alg::ConstArrayAdaptor< T > Class Template Reference

#include <OVR_Alg.h>

List of all members.

Public Types

typedef T ValueType

Public Member Functions

 ConstArrayAdaptor ()
 ConstArrayAdaptor (const T *ptr, UPInt size)
UPInt GetSize () const
const T & operator[] (UPInt i) const

Private Attributes

const T * Data
UPInt Size

Detailed Description

template<class T>
class OVR::Alg::ConstArrayAdaptor< T >

Definition at line 615 of file OVR_Alg.h.


Member Typedef Documentation

template<class T >
typedef T OVR::Alg::ConstArrayAdaptor< T >::ValueType

Definition at line 618 of file OVR_Alg.h.


Constructor & Destructor Documentation

template<class T >
OVR::Alg::ConstArrayAdaptor< T >::ConstArrayAdaptor ( ) [inline]

Definition at line 619 of file OVR_Alg.h.

template<class T >
OVR::Alg::ConstArrayAdaptor< T >::ConstArrayAdaptor ( const T *  ptr,
UPInt  size 
) [inline]

Definition at line 620 of file OVR_Alg.h.


Member Function Documentation

template<class T >
UPInt OVR::Alg::ConstArrayAdaptor< T >::GetSize ( ) const [inline]

Definition at line 621 of file OVR_Alg.h.

template<class T >
const T& OVR::Alg::ConstArrayAdaptor< T >::operator[] ( UPInt  i) const [inline]

Definition at line 622 of file OVR_Alg.h.


Member Data Documentation

template<class T >
const T* OVR::Alg::ConstArrayAdaptor< T >::Data [private]

Definition at line 624 of file OVR_Alg.h.

template<class T >
UPInt OVR::Alg::ConstArrayAdaptor< T >::Size [private]

Definition at line 625 of file OVR_Alg.h.


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


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:21