MCPcopy Create free account
hub / github.com/christopherpoole/CADMesh / OneLetter

Method OneLetter

CADMesh.hh:903–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901inline bool Lexer::ManyDigits() { return ManyOf("0123456789"); }
902
903inline bool Lexer::OneLetter() {
904 return OneOf("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
905}
906
907inline bool Lexer::ManyLetters() {
908 return ManyOf("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected