commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::BaseArray::iterator Class Reference

#include <BaseArray.h>

+ Inheritance diagram for commore::BaseArray::iterator:

Public Member Functions

Dummy & get_dummy () const
 
Byteget_data ()
 
bool more () const
 
size_t index () const
 
 operator bool () const
 

Protected Member Functions

 iterator ()
 

Protected Attributes

Bytecurrent_data_
 
size_t size_
 
size_t current_index_
 

Friends

class BaseArray
 

Constructor & Destructor Documentation

BaseArray::iterator::iterator ( )
protected

Member Function Documentation

Byte * BaseArray::iterator::get_data ( )
Dummy & BaseArray::iterator::get_dummy ( ) const
size_t commore::BaseArray::iterator::index ( ) const
inline
bool BaseArray::iterator::more ( ) const
commore::BaseArray::iterator::operator bool ( ) const
inline

Friends And Related Function Documentation

friend class BaseArray
friend

Member Data Documentation

Byte* commore::BaseArray::iterator::current_data_
protected
size_t commore::BaseArray::iterator::current_index_
protected
size_t commore::BaseArray::iterator::size_
protected

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