SourcePro® 2021.1 |
SourcePro® API Reference Guide |
Product Documentation: SourcePro Documentation Home |
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.
Classes | |
struct | RWSize_T |
Encapsulates the simple type, size_t . More... | |
Macros | |
#define | RW_NPOS |
#define | rwnil |
#define | RWNIL |
Typedefs | |
typedef unspecified_16bit_type | RWUChar16 |
typedef unspecified_32bit_type | RWUChar32 |
Enumerations | |
enum | RWUninitialized { rwUninitialized } |
#define RW_NPOS |
A sentinel value.
#define rwnil |
A sentinel value.
#define RWNIL |
A sentinel value.
enum RWUninitialized |
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 |
Copyright © 2021 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |