This section contains a concise
description of every class in IO<ToolKit>, Streaming<ToolKit>,
File<ToolKit>, Pipe<ToolKit>, Network<ToolKit>, and
Security<ToolKit> presented in alphabetical order. The os_
prefix is omitted from the title of each catalog entry for ease of
readability. However, this prefix is shown in the types of the member
signatures. 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 that contains 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. Operator
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 */
- Support for the Universal
Streaming Service.
- A list of non-member
functions.
- Examples of how to use the
class.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.