![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
#include <Predicates.hpp>
Public Member Functions | |
| IsDigit () | |
| bool | operator() (const utf8_char_t::codepoint_t c) const override |
Public Member Functions inherited from Ark::internal::CharPred | |
| CharPred (std::string n) | |
| virtual | ~CharPred ()=default |
Additional Inherited Members | |
Public Attributes inherited from Ark::internal::CharPred | |
| const std::string | name |
Definition at line 42 of file Predicates.hpp.
|
inline |
Definition at line 44 of file Predicates.hpp.
|
inlineoverridevirtual |
Implements Ark::internal::CharPred.
Definition at line 46 of file Predicates.hpp.