MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / lexemeEquals

Method lexemeEquals

OgreMain/include/OgreScriptLexer.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 return String( lexemePtr + unquote, lexemeLen - 2 * unquote );
76 }
77 bool lexemeEquals( const char *str ) const { return 0 == strncmp( str, lexemePtr, lexemeLen ); }
78 /// This is the id associated with the lexeme, which comes from a lexeme-token id mapping
79 uint32 type;
80 /// This holds the line number of the input stream where the token was found.

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected