![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#include <Predicates.hpp>
Public Member Functions | |
IsEither (const CharPred &a, const CharPred &b) | |
bool | operator() (const utf8_char_t::codepoint_t c) const override |
![]() | |
CharPred (std::string n) | |
virtual | ~CharPred ()=default |
Private Attributes | |
const CharPred & | m_a |
const CharPred & | m_b |
Additional Inherited Members | |
![]() | |
const std::string | name |
Definition at line 99 of file Predicates.hpp.
Definition at line 101 of file Predicates.hpp.
|
inlineoverridevirtual |
Implements Ark::internal::CharPred.
Definition at line 104 of file Predicates.hpp.
|
private |
Definition at line 110 of file Predicates.hpp.
Referenced by operator()().
|
private |
Definition at line 111 of file Predicates.hpp.
Referenced by operator()().