Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
core::io::raw_data::RawFileData::const_iterator Class Reference

const_iterator class for RawFileData container. More...

#include <RawFileData.hh>

Public Member Functions

 const_iterator ()
 empty constructor More...
 
 const_iterator (StructureMap::const_iterator s_iter)
 Constructor, given an iterator into the StructureMap. More...
 
 ~const_iterator ()
 
const_iteratoroperator= (const const_iterator &src)
 
bool operator== (const const_iterator &other)
 
bool operator!= (const const_iterator &other)
 
const_iteratoroperator++ ()
 
RawStructOP operator-> () const
 
RawStructOP operator* () const
 

Private Attributes

StructureMap::const_iterator it_
 

Detailed Description

const_iterator class for RawFileData container.

Constructor & Destructor Documentation

core::io::raw_data::RawFileData::const_iterator::const_iterator ( )
inline

empty constructor

core::io::raw_data::RawFileData::const_iterator::const_iterator ( StructureMap::const_iterator  s_iter)
inline

Constructor, given an iterator into the StructureMap.

References it_.

core::io::raw_data::RawFileData::const_iterator::~const_iterator ( )
inline

Member Function Documentation

bool core::io::raw_data::RawFileData::const_iterator::operator!= ( const const_iterator other)
inline

References it_.

RawStructOP core::io::raw_data::RawFileData::const_iterator::operator* ( ) const
inline

References it_.

const_iterator& core::io::raw_data::RawFileData::const_iterator::operator++ ( )
inline

References it_.

RawStructOP core::io::raw_data::RawFileData::const_iterator::operator-> ( ) const
inline

References it_.

const_iterator& core::io::raw_data::RawFileData::const_iterator::operator= ( const const_iterator src)
inline

References it_.

bool core::io::raw_data::RawFileData::const_iterator::operator== ( const const_iterator other)
inline

References it_.

Member Data Documentation

StructureMap::const_iterator core::io::raw_data::RawFileData::const_iterator::it_
private

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