This section contains a
description of every class in Web<ToolKit> in alphabetical order. Each
class entry contains the following information.
- A brief description of the
class.
- A declaration beginning with
the name of the header file containing the class 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.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved