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

#include <OVR_Alg.h>

List of all members.

Public Types

typedef T ValueType

Public Member Functions

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

Private Attributes

T * Data
UPInt Size

Detailed Description

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

Definition at line 595 of file OVR_Alg.h.


Member Typedef Documentation

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

Definition at line 598 of file OVR_Alg.h.


Constructor & Destructor Documentation

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

Definition at line 599 of file OVR_Alg.h.

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

Definition at line 600 of file OVR_Alg.h.


Member Function Documentation

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

Definition at line 601 of file OVR_Alg.h.

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

Definition at line 602 of file OVR_Alg.h.

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

Definition at line 603 of file OVR_Alg.h.


Member Data Documentation

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

Definition at line 605 of file OVR_Alg.h.

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

Definition at line 606 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