HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::FixedArray< T >::WritableDirectAccess Class Reference

#include <PyImathFixedArray.h>

+ Inheritance diagram for PyImath::FixedArray< T >::WritableDirectAccess:

Public Member Functions

 WritableDirectAccess (FixedArray< T > &array)
 
 WritableDirectAccess (const WritableDirectAccess &other)
 
T & operator[] (size_t i)
 
- Public Member Functions inherited from PyImath::FixedArray< T >::ReadOnlyDirectAccess
 ReadOnlyDirectAccess (const FixedArray< T > &array)
 
 ReadOnlyDirectAccess (const ReadOnlyDirectAccess &other)
 
const T & operator[] (size_t i) const
 

Additional Inherited Members

- Protected Attributes inherited from PyImath::FixedArray< T >::ReadOnlyDirectAccess
const size_t _stride
 

Detailed Description

template<class T>
class PyImath::FixedArray< T >::WritableDirectAccess

Definition at line 753 of file PyImathFixedArray.h.

Constructor & Destructor Documentation

template<class T>
PyImath::FixedArray< T >::WritableDirectAccess::WritableDirectAccess ( FixedArray< T > &  array)
inline

Definition at line 756 of file PyImathFixedArray.h.

template<class T>
PyImath::FixedArray< T >::WritableDirectAccess::WritableDirectAccess ( const WritableDirectAccess other)
inline

Definition at line 763 of file PyImathFixedArray.h.

Member Function Documentation

template<class T>
T& PyImath::FixedArray< T >::WritableDirectAccess::operator[] ( size_t  i)
inline

Definition at line 766 of file PyImathFixedArray.h.


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