Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Functions
Standard_Character.hxx File Reference
#include <Standard_TypeDef.hxx>
#include <cctype>

Functions

constexpr bool IsEqual (const char One, const char Two)
 
bool IsAlphabetic (const char me)
 
bool IsDigit (const char me)
 
bool IsXDigit (const char me)
 
bool IsAlphanumeric (const char me)
 
bool IsControl (const char me)
 
bool IsGraphic (const char me)
 
bool IsLowerCase (const char me)
 
bool IsPrintable (const char me)
 
bool IsPunctuation (const char me)
 
bool IsSpace (const char me)
 
bool IsUpperCase (const char me)
 
char LowerCase (const char me)
 
char UpperCase (const char me)
 

Function Documentation

◆ IsAlphabetic()

bool IsAlphabetic ( const char me)
inline

◆ IsAlphanumeric()

bool IsAlphanumeric ( const char me)
inline

◆ IsControl()

bool IsControl ( const char me)
inline

◆ IsDigit()

bool IsDigit ( const char me)
inline

◆ IsEqual()

constexpr bool IsEqual ( const char One,
const char Two )
constexpr

◆ IsGraphic()

bool IsGraphic ( const char me)
inline

◆ IsLowerCase()

bool IsLowerCase ( const char me)
inline

◆ IsPrintable()

bool IsPrintable ( const char me)
inline

◆ IsPunctuation()

bool IsPunctuation ( const char me)
inline

◆ IsSpace()

bool IsSpace ( const char me)
inline

◆ IsUpperCase()

bool IsUpperCase ( const char me)
inline

◆ IsXDigit()

bool IsXDigit ( const char me)
inline

◆ LowerCase()

char LowerCase ( const char me)
inline

◆ UpperCase()

char UpperCase ( const char me)
inline