cparse  1.1.0
A small hand-written recursive-descent parser core for C++
fedem::parser::Cursor Member List

This is the complete list of members for fedem::parser::Cursor, including all inherited members.

Cursor(std::string sourceName="")fedem::parser::Cursorexplicit
Cursor(std::string sourceName, std::shared_ptr< stream_type > externalStream)fedem::parser::Cursor
Cursor(Cursor const &object)fedem::parser::Cursor
Cursor(Cursor &&object)=deletefedem::parser::Cursor
get()fedem::parser::Cursor
getColumnNumber() const noexceptfedem::parser::Cursorinline
getFilename() const noexceptfedem::parser::Cursorinline
getLineNumber() const noexceptfedem::parser::Cursorinline
getLocation() const noexceptfedem::parser::Cursorinline
isValid() const noexceptfedem::parser::Cursor
operator=(Cursor const &object)fedem::parser::Cursor
operator=(Cursor &&object)=deletefedem::parser::Cursor
operator==(Cursor const &object) constfedem::parser::Cursor
peek()fedem::parser::Cursor
restore()fedem::parser::Cursor
rewind()fedem::parser::Cursor
safeGet() noexceptfedem::parser::Cursor
safePeek() noexceptfedem::parser::Cursor
safeRestore() noexceptfedem::parser::Cursor
store() noexceptfedem::parser::Cursor
stream_type typedeffedem::parser::Cursor
~Cursor()fedem::parser::Cursorvirtual