|  | ArkScript
    A small, lisp-inspired, functional scripting language | 
#include <Predicates.hpp>
| Public Member Functions | |
| IsEither (const CharPred &a, const CharPred &b) | |
| 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 | 
| Private Attributes | |
| const CharPred & | m_a | 
| const CharPred & | m_b | 
| Additional Inherited Members | |
|  Public Attributes inherited from Ark::internal::CharPred | |
| 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()().