OBT::AbstractAttribute | Base class for inspectable attributes |
OBT::AbstractConfigurationFileParser | Abstract class for configuration file parsers |
OBT::ArgException | |
OBT::ArgsOp | |
OBT::AtLeastOne | |
OBT::BasicPlugin | Basic plugin |
OBT::BoolAttribute< TOwner > | |
OBT::ConfigurationItem | Node of the configuration items tree |
OBT::ConfigurationTree | Singleton class providing a unique access point to the configuration items tree |
OBT::DoubleAttribute< TOwner > | |
xmlTiny::TiXmlBase::Entity | |
OBT::TiXmlBase::Entity | |
OBT::Event< TSource > | Base class of all event objects |
OBT::EventSource< TListener, TEvent > | Abstract base class of all event sources |
exception | |
OBT::Exclusive | |
OBT::FloatAttribute< TOwner > | |
OBT::GuardedPointer | Non-typed version of the guarded pointer |
OBT::GuardedPointerT< T > | Guarded pointer |
OBT::Imply | |
OBT::Inclusive | |
OBT::IntAttribute< TOwner > | |
OBT::IService | A root interface for services |
OBT::LongAttribute< TOwner > | |
OBT::OBT_Exception | OBT exception class |
OBT::OldPlugin | Plugin interface for old plugins |
OBT::OptionArg | This class handles an argument of a command line |
OBT::OptionArgHandler | This class handles all the options to parse a command line |
OBT::OptionFlag | The option flag |
OBT::OptionLastArg | The option to retrieve the last argument of a command line |
OBT::OptionMultiNPrm | The option flag with arguments |
OBT::OptionNPrm | The option flag with arguments |
OBT::OtherOptionArg | |
OBT::Plugin | This class permits to load / unload a plugin (a cross-platform dynamically linked library) |
OBT::PluginImpl | |
OBT::PluginInformation | Information class about a plugin |
OBT::PluginInterface | Plugin interface |
OBT::PluginLoaderImpl | This class load / unload a plugin based on OBT::PluginInterface |
OBT::PointedObject | Root class to manage guarded pointers |
OBT::PrimitiveAttribute< TOwner, TAttribute, typeID > | Template class for inspectable attributes giving access to primitive data types (short, int, float, etc |
OBT::PrototypeFactory< TIdentifier, TCreator > | Template factory prototype class |
OBT::TiXmlString::Rep | |
xmlTiny::TiXmlString::Rep | |
OBT::RTTI | Run Time Type Identifcation description class |
runtime_error | |
OBT::ServiceManager | Plugins can add services to the ServiceManager, these services can later be used without knowing their implementation |
OBT::ShortAttribute< TOwner > | |
OBT::Singleton< T > | Singleton template class |
OBT::SmartPointer< TPointeeType > | Smart pointer template class |
OBT::StringAttribute< TOwner > | |
xmlTiny::TiXmlAttribute | An attribute is a name-value pair |
OBT::TiXmlAttribute | An attribute is a name-value pair |
xmlTiny::TiXmlAttributeSet | |
OBT::TiXmlAttributeSet | |
OBT::TiXmlBase | TiXmlBase is a base class for every class in TinyXml |
xmlTiny::TiXmlBase | TiXmlBase is a base class for every class in TinyXml |
xmlTiny::TiXmlComment | An XML comment |
OBT::TiXmlComment | An XML comment |
xmlTiny::TiXmlCursor | |
OBT::TiXmlCursor | |
xmlTiny::TiXmlDeclaration | In correct XML the declaration is the first entry in the file |
OBT::TiXmlDeclaration | In correct XML the declaration is the first entry in the file |
xmlTiny::TiXmlDocument | Always the top level node |
OBT::TiXmlDocument | Always the top level node |
xmlTiny::TiXmlElement | The element is a container class |
OBT::TiXmlElement | The element is a container class |
xmlTiny::TiXmlHandle | A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing |
OBT::TiXmlHandle | A TiXmlHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing |
OBT::TiXmlNode | The parent class for everything in the Document Object Model |
xmlTiny::TiXmlNode | The parent class for everything in the Document Object Model |
xmlTiny::TiXmlOutStream | |
OBT::TiXmlOutStream | |
xmlTiny::TiXmlParsingData | |
OBT::TiXmlParsingData | |
xmlTiny::TiXmlPrinter | Print to memory functionality |
OBT::TiXmlPrinter | Print to memory functionality |
xmlTiny::TiXmlString | |
OBT::TiXmlString | |
OBT::TiXmlText | XML text |
xmlTiny::TiXmlText | XML text |
OBT::TiXmlUnknown | Any tag that tinyXml doesn't recognize is saved as an unknown |
xmlTiny::TiXmlUnknown | Any tag that tinyXml doesn't recognize is saved as an unknown |
OBT::TiXmlVisitor | If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks |
xmlTiny::TiXmlVisitor | If you call the Accept() method, it requires being passed a TiXmlVisitor class to handle callbacks |
OBT::Tracer | Tracer used to output messages |
OBT::TracerOutput | Interface to output messages in a console |
OBT::TypedAttribute< TOwner, TAttribute > | Template class for inspectable attributes giving access to non primitive data types |
OBT::UnsignedIntAttribute< TOwner > | |
OBT::UnsignedLongAttribute< TOwner > | |
OBT::UnsignedShortAttribute< TOwner > | |
OBT::XMLConfigurationFileParser | Realization of the AbstractConfigurationFileParser class for the tinyXML library |