PIP 5.6.1
Platform-Independent Primitives
Classes | Functions
pichar.h File Reference

UTF-16 character type. More...

#include "piincludes.h"

Classes

class  PIChar
 Single UTF-16 character. More...
 

Functions

PICout operator<< (PICout s, const PIChar &v)
 Writes the character to PICout.
 
bool operator== (const char v, const PIChar &c)
 Returns true if the ASCII byte v is equal to c.
 
bool operator> (const char v, const PIChar &c)
 Returns true if the ASCII byte v is greater than c.
 
bool operator< (const char v, const PIChar &c)
 Returns true if the ASCII byte v is less than c.
 
bool operator>= (const char v, const PIChar &c)
 Returns true if the ASCII byte v is greater than or equal to c.
 
bool operator<= (const char v, const PIChar &c)
 Returns true if the ASCII byte v is less than or equal to c.
 
bool operator== (ushort v, const PIChar &c)
 Returns true if the UTF-16 code unit v is equal to c.
 
bool operator> (ushort v, const PIChar &c)
 Returns true if the UTF-16 code unit v is greater than c.
 
bool operator< (ushort v, const PIChar &c)
 Returns true if the UTF-16 code unit v is less than c.
 
bool operator>= (ushort v, const PIChar &c)
 Returns true if the UTF-16 code unit v is greater than or equal to c.
 
bool operator<= (ushort v, const PIChar &c)
 Returns true if the UTF-16 code unit v is less than or equal to c.
 

Detailed Description

UTF-16 character type.