Public Member Functions | Protected Attributes
scip2::Decoder< L >::Iterator Class Reference

#include <decode.h>

List of all members.

Public Member Functions

DecoderRemain getRemain () const
 Iterator (const std::string::const_iterator &pos, const std::string::const_iterator &end, const DecoderRemain &remain=DecoderRemain())
bool operator!= (const Iterator &it) const
const uint64_t operator* ()
void operator++ ()
bool operator== (const Iterator &it) const

Protected Attributes

std::string::const_iterator end_
std::string::const_iterator pos_
DecoderRemain remain_

Detailed Description

template<int L>
class scip2::Decoder< L >::Iterator

Definition at line 51 of file decode.h.


Constructor & Destructor Documentation

template<int L>
scip2::Decoder< L >::Iterator::Iterator ( const std::string::const_iterator &  pos,
const std::string::const_iterator &  end,
const DecoderRemain remain = DecoderRemain() 
) [inline]

Definition at line 59 of file decode.h.


Member Function Documentation

template<int L>
DecoderRemain scip2::Decoder< L >::Iterator::getRemain ( ) const [inline]

Definition at line 89 of file decode.h.

template<int L>
bool scip2::Decoder< L >::Iterator::operator!= ( const Iterator it) const [inline]

Definition at line 72 of file decode.h.

template<int L>
const uint64_t scip2::Decoder< L >::Iterator::operator* ( ) [inline]

Definition at line 93 of file decode.h.

template<int L>
void scip2::Decoder< L >::Iterator::operator++ ( ) [inline]

Definition at line 76 of file decode.h.

template<int L>
bool scip2::Decoder< L >::Iterator::operator== ( const Iterator it) const [inline]

Definition at line 68 of file decode.h.


Member Data Documentation

template<int L>
std::string::const_iterator scip2::Decoder< L >::Iterator::end_ [protected]

Definition at line 55 of file decode.h.

template<int L>
std::string::const_iterator scip2::Decoder< L >::Iterator::pos_ [protected]

Definition at line 54 of file decode.h.

template<int L>
DecoderRemain scip2::Decoder< L >::Iterator::remain_ [protected]

Definition at line 56 of file decode.h.


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


urg_stamped
Author(s): Atsushi Watanabe
autogenerated on Thu Jun 6 2019 18:59:52