ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::IsNot Struct Referencefinal

#include <Predicates.hpp>

Inheritance diagram for Ark::internal::IsNot:
[legend]
Collaboration diagram for Ark::internal::IsNot:
[legend]

Public Member Functions

 IsNot (const CharPred &a)
 
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 CharPredm_a
 

Additional Inherited Members

- Public Attributes inherited from Ark::internal::CharPred
const std::string name
 

Detailed Description

Definition at line 114 of file Predicates.hpp.

Constructor & Destructor Documentation

◆ IsNot()

Ark::internal::IsNot::IsNot ( const CharPred & a)
inlineexplicit

Definition at line 116 of file Predicates.hpp.

Member Function Documentation

◆ operator()()

bool Ark::internal::IsNot::operator() ( const utf8_char_t::codepoint_t c) const
inlineoverridevirtual

Implements Ark::internal::CharPred.

Definition at line 119 of file Predicates.hpp.

References m_a.

Member Data Documentation

◆ m_a

const CharPred& Ark::internal::IsNot::m_a
private

Definition at line 125 of file Predicates.hpp.

Referenced by operator()().


The documentation for this struct was generated from the following file: