Public Member Functions | Protected Attributes | List of all members
scip2::Decoder< L >::Iterator Class Reference

#include <decode.h>

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 Tue May 11 2021 02:14:05