MCPcopy Create free account
hub / github.com/PDAL/PDAL / BaseParser

Method BaseParser

filters/private/expr/BaseParser.hpp:14–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12{
13public:
14 BaseParser(Lexer& lexer) : m_lexer(lexer), m_endTokens { Token(TokenType::Eof) }
15 {}
16
17 BaseParser(Lexer& lexer, const Token& endToken) : m_lexer(lexer), m_endTokens { endToken }
18 {}

Callers

nothing calls this directly

Calls 1

TokenClass · 0.85

Tested by

no test coverage detected