#include <PExtension.h>
Initialize() will load all resources needed by the infrastructure and set warnings on or off.
Static Public Member Functions | |
| static void | Initialize (WarningIndicator ind) |
| static void | SuppressWarnings () |
| static void | EnableWarnings () |
| static void | DisplayWarning (const string &warning) |
| void LoopTK::Initialize | ( | WarningIndicator | ind | ) | [static] |
Initializes LoopTK. Sets warnings on or off, as specified by ind.
| void LoopTK::SuppressWarnings | ( | ) | [static] |
Suppresses all LoopTK warnings.
| void LoopTK::EnableWarnings | ( | ) | [static] |
Enables all LoopTK warnings.
| void LoopTK::DisplayWarning | ( | const string & | warning | ) | [static] |
Displays the specified warning if and only if warnings are enabled.
1.5.1