Class Catalog
|
 |
This section contains a concise
description of every class in Standards<ToolKit> in alphabetical order.
Each entry contains the following information.
- A brief description of the
class. For more detailed information and examples of usage, consult the
corresponding chapter in Part 1, "User Guide," of this manual.
- The name of the library to
which this particular class belongs.
- A declaration beginning
with the name of the header file containing the declaration. Inheritance
is indicated using standard C++ notation.
- A list of associated
enumerators, typedefs, and constants.
- A list of constructors and
destructors grouped at the start of the member function list.
- A list of member functions
presented in alphabetical order. Inherited functions are not shown.
Operators functions are listed first. Static and non-static functions are
combined into the same list. If a function is virtual or static, a comment
precedes the function signature that indicates these attributes, for
example:
/* static */, /* virtual */.
- A list of non-member
functions.
- Examples of how to use the
class.