#include <decode.h>
Classes | |
class | Iterator |
Public Member Functions | |
Iterator | begin () |
Decoder (const std::string &line, const DecoderRemain &remain=DecoderRemain()) | |
Iterator | end () |
uint8_t | getChecksum () const |
Protected Attributes | |
const std::string::const_iterator | begin_ |
const std::string::const_iterator | end_ |
const DecoderRemain | remain_ |
scip2::Decoder< L >::Decoder | ( | const std::string & | line, |
const DecoderRemain & | remain = DecoderRemain() |
||
) | [inline, explicit] |
Iterator scip2::Decoder< L >::begin | ( | ) | [inline] |
Iterator scip2::Decoder< L >::end | ( | ) | [inline] |
uint8_t scip2::Decoder< L >::getChecksum | ( | ) | const [inline] |
const std::string::const_iterator scip2::Decoder< L >::begin_ [protected] |
const std::string::const_iterator scip2::Decoder< L >::end_ [protected] |
const DecoderRemain scip2::Decoder< L >::remain_ [protected] |