Vault
4.1
|
#include "vtypes.h"
Go to the source code of this file.
Classes | |
class | VCodePoint |
VCodePoint stores a Unicode code point, which is similar to a 'char' except that the range of values is vastly larger than what fits in one byte. More... | |
Functions | |
bool | operator== (const VCodePoint &p1, const VCodePoint &p2) |
bool | operator== (const VCodePoint &cp, char c) |
bool | operator== (char c, const VCodePoint &cp) |
Definition in file vcodepoint.h.