Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Static Public Member Functions | List of all members
keyple::common::Character Class Reference

#include <Character.h>

Static Public Member Functions

static char digit (char ch, int radix)
 
static bool isWhitespace (char c)
 
static bool isWhitespace (int codePoint)
 

Member Function Documentation

◆ digit()

static char keyple::common::Character::digit ( char  ch,
int  radix 
)
inlinestatic

◆ isWhitespace() [1/2]

static bool keyple::common::Character::isWhitespace ( char  c)
inlinestatic

◆ isWhitespace() [2/2]

static bool keyple::common::Character::isWhitespace ( int  codePoint)
inlinestatic

Returns true if the given code point is a Unicode whitespace character. The exact set of characters considered as whitespace varies with Unicode version. Note that non-breaking spaces are not considered whitespace. Note also that line separators are considered whitespace; see isSpaceChar() for an alternative.


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