The Essential Tools Module is an internationalized set of C++ classes that provide the basic building blocks for most C++ applications. The Essential Tools Module is the foundation for all Rogue Wave products. Because all SourcePro products depend on the Essential Tools Module, SourcePro Core is included with each SourcePro product.
To help you quickly find the classes you are looking for, this section organizes the Essential Tools Module classes into groups. Each section provides a summary and a list of the classes in that group.
Typedef for a UTF-16 code unit.
- See also
- RWUChar32
Typedef for a Unicode code point.
- See also
- RWUChar16
RWUninitialized is an enumeration type with one value, rwUninitialized. It is used in various places in SourcePro products to indicate an uninitialized value.
Enumerator |
---|
rwUninitialized |
uninitialized value
|