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

#include <Predicates.hpp>

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

Public Member Functions

 IsSpace ()
 
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
 

Detailed Description

Definition at line 22 of file Predicates.hpp.

Constructor & Destructor Documentation

◆ IsSpace()

Ark::internal::IsSpace::IsSpace ( )
inline

Definition at line 24 of file Predicates.hpp.

Member Function Documentation

◆ operator()()

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

Implements Ark::internal::CharPred.

Definition at line 26 of file Predicates.hpp.


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