| PWToolBox::Configuration::ConfigurationReader | The base interface used by all readers of configuration files |
| PWToolBox::Configuration::ConfigurationSection | This represents a configuration section in the configuration |
| PWToolBox::Configuration::ConfigurationSetting | This represents a setting in the configuration file |
| PWToolBox::Configuration::ConfigurationWriter | The base interface used by all writers of configuration files |
| PWToolBox::IllegalOperationException | This is thrown when certain actions cannot be performed because of error conditions |
| PWToolBox::Configuration::INIConfigurationReader | Loads a configuration in INI format |
| PWToolBox::Configuration::INIConfigurationWriter | Writes a configuration in INI format |
| PWToolBox::InvalidArgumentException | This is thrown when an argument to a function is invalid |
| PWToolBox::Plugin | A base plugin that all plugins must inherit |
| PWToolBox::PluginManager | A generic, portable plugin manager |
| PWToolBox::SharedLibrary | Represents a shared library on the system. The implementation of this class is dependant on the underlying operating system |
| PWToolBox::SharedLibraryException | This is thrown when there is an error using a shared library |
| PWToolBox::Singleton< T > | A base class for singletons |
| PWToolBox::SingletonException< T > | This is thrown when a singleton violation occurs |
| PWToolBox::Timer | A high resolution timer |
| PWToolBox::UIDGenerator | This is a lightweight class for generating unique identifiers |
| PWToolBox::UnsupportedOperationException | This is thrown when an operation is unsupported, such as a subclass that wishes to disable a function inherited from its parent or if the functionality is not yet implemented |
| PWToolBox::VersionInformation | This can be used so libraries or plugins and describe their version information in a uniform way |
| PWToolBox::Configuration::XMLConfigurationReader | Loads a configuration in XML format |
| PWToolBox::Configuration::XMLConfigurationWriter | Writes a configuration in XML format |
1.5.1