Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::__internals::stringUtils::GraphemeIterator Class Reference

#include <symbols.hpp>

Public Member Functions

 GraphemeIterator (std::string s)
bool next (std::string &cluster)

Private Attributes

std::string str
size_t pos {}

Constructor & Destructor Documentation

◆ GraphemeIterator()

steppable::__internals::stringUtils::GraphemeIterator::GraphemeIterator ( std::string s)
inline

Member Function Documentation

◆ next()

bool steppable::__internals::stringUtils::GraphemeIterator::next ( std::string & cluster)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ pos

size_t steppable::__internals::stringUtils::GraphemeIterator::pos {}
private

◆ str

std::string steppable::__internals::stringUtils::GraphemeIterator::str
private

The documentation for this class was generated from the following file:
Untitled