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

Method equal

filters/private/expr/Lexer.cpp:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176Token Lexer::equal()
177{
178 char c = getChar();
179 if (c == '=')
180 return Token(TokenType::Equal, m_tokPos, m_pos, "==");
181 putChar();
182 return Token(TokenType::Assign, m_tokPos, m_pos, "=");
183}
184
185Token Lexer::less()
186{

Callers 1

fffFunction · 0.45

Calls 1

TokenClass · 0.85

Tested by 1

fffFunction · 0.36