ArkScript
A small, fast, functional and scripting language for video games
|
#include <Predicates.hpp>
Public Member Functions | |
IsInlineSpace () | |
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 32 of file Predicates.hpp.
|
inline |
Definition at line 34 of file Predicates.hpp.
|
inlineoverridevirtual |
Implements Ark::internal::CharPred.
Definition at line 36 of file Predicates.hpp.