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

#include <BaseArray.h>

+ Inheritance diagram for commore::BaseArray::const_iterator:

Public Member Functions

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

Protected Member Functions

 const_iterator ()
 

Protected Attributes

Bytecurrent_data_
 
size_t size_
 
size_t current_index_
 

Friends

class BaseArray
 

Constructor & Destructor Documentation

BaseArray::const_iterator::const_iterator ( )
protected

Member Function Documentation

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

Friends And Related Function Documentation

friend class BaseArray
friend

Member Data Documentation

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

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