Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

renderer
Class VertexArrayIterator

   in VertexArray.h

template < typename T > class VertexArrayIterator


Inner Classes, Typedefs, and Enums
typedef VertexArrayIterator::Type
          
 
Field Summary
private char* m_Data
          
private size_t m_Stride
          
 
Constructor Summary
VertexArrayIterator( char* data, size_t stride )
          
VertexArrayIterator( const VertexArrayIterator& rhs )
          
VertexArrayIterator()
          
 
Method Summary
 T& operator*() const
          
 VertexArrayIterator operator+( ssize_t rhs ) const
          
 VertexArrayIterator operator++( int )
          
 VertexArrayIterator& operator++()
          
 VertexArrayIterator& operator+=( ssize_t rhs )
          
 VertexArrayIterator operator-( ssize_t rhs ) const
          
 VertexArrayIterator& operator--()
          
 VertexArrayIterator operator--( int )
          
 VertexArrayIterator& operator-=( ssize_t rhs )
          
 T* operator->() const
          
 VertexArrayIterator& operator=( const VertexArrayIterator& rhs )
          
 T& operator[]( size_t idx ) const
          
 

Field Detail

m_Data

private char* m_Data;

m_Stride

private size_t m_Stride;


Constructor Detail

VertexArrayIterator

public VertexArrayIterator( char* data, size_t stride );

VertexArrayIterator

public VertexArrayIterator( const VertexArrayIterator& rhs );

VertexArrayIterator

public VertexArrayIterator();


Method Detail

operator*

public T& operator*() const;

operator+

public VertexArrayIterator operator+( ssize_t rhs ) const;

operator++

public VertexArrayIterator operator++( int );

operator++

public VertexArrayIterator& operator++();

operator+=

public VertexArrayIterator& operator+=( ssize_t rhs );

operator-

public VertexArrayIterator operator-( ssize_t rhs ) const;

operator--

public VertexArrayIterator& operator--();

operator--

public VertexArrayIterator operator--( int );

operator-=

public VertexArrayIterator& operator-=( ssize_t rhs );

operator->

public T* operator->() const;

operator=

public VertexArrayIterator& operator=( const VertexArrayIterator& rhs );

operator[]

public T& operator[]( size_t idx ) const;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD