#include <buffer.hpp>
Classes | |
struct | marker |
Public Types | |
using | encoding = Encoding |
using | iterator = const typename Encoding::char_type * |
Public Member Functions | |
_br (iterator begin) noexcept | |
void | bump () noexcept |
marker | current () const noexcept |
auto | peek () const noexcept |
iterator | position () const noexcept |
void | reset (marker m) noexcept |
Public Member Functions inherited from lexy::_detail::swar_reader_base< _br< Encoding > > | |
void | bump_swar () |
void | bump_swar (std::size_t char_count) |
swar_int | peek_swar () const |
Private Attributes | |
iterator | _cur |
Definition at line 18 of file buffer.hpp.
Definition at line 21 of file buffer.hpp.
using lexy::_br< Encoding >::iterator = const typename Encoding::char_type* |
Definition at line 22 of file buffer.hpp.
Definition at line 34 of file buffer.hpp.
|
inlinenoexcept |
Definition at line 42 of file buffer.hpp.
Definition at line 52 of file buffer.hpp.
|
inlinenoexcept |
Definition at line 36 of file buffer.hpp.
Definition at line 47 of file buffer.hpp.
Definition at line 56 of file buffer.hpp.
Definition at line 62 of file buffer.hpp.