libcommonc++  0.7
Char.h++ File Reference
Include dependency graph for Char.h++:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Char
 A class representing a UTF-16 character. More...
 

Namespaces

 ccxx
 

Functions

bool operator== (char c1, const Char &c2)
 
bool operator!= (char c1, const Char &c2)
 
bool operator< (char c1, const Char &c2)
 
bool operator<= (char c1, const Char &c2)
 
bool operator> (char c1, const Char &c2)
 
bool operator>= (char c1, const Char &c2)
 
bool operator== (char16_t c1, const Char &c2)
 
bool operator!= (char16_t c1, const Char &c2)
 
bool operator< (char16_t c1, const Char &c2)
 
bool operator<= (char16_t c1, const Char &c2)
 
bool operator> (char16_t c1, const Char &c2)
 
bool operator>= (char16_t c1, const Char &c2)