class axl::lex::RagelTokenPos

#include <axl_lex_RagelLexer.h>

class RagelTokenPos: public axl::lex::LineColOffset
{
public:
    // fields

    char* m_p;
    size_t m_length;

    // construction

    RagelTokenPos();
};

Inherited Members

public:
    // fields

    int m_line;
    int m_col;
    size_t m_offset;

    // methods

    void
    clear();

    void
    count(const sl::StringRef& string);

    void
    incrementalCount(const sl::StringRef& string);

    void
    clear();

    void
    count(const sl::StringRef& string);

    void
    incrementalCount(const sl::StringRef& string);