Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NBalauThe root Balau namespace
 NConcurrentConcurrency control classes
 NContainerVarious container classes, apart from interprocess containers
 NDocumentationClasses used for providing documentation
 NExceptionAll exception classes
 NInterprocessInterprocess functionality including interprocess containers
 NLangParsing tools and parser implementations
 NNetworkComponents and utilities working on network data transmission
 NResourceThe unified resource class hierarchy
 NSystemSystem utilities and wrappers
 NTestingThe test runner and test assertion functions
 NUtilUtility functions
 CApplicationConfigurationApplication configurations specify application injector bindings
 CAssertAn assertion class for development purposes
 CBindingBuilderAn injector binding candidate created via the injector configuration
 CCharacterUtilities for unicode characters and code points
 CCommandLineA compact command line argument parser
 CEnvironmentConfigurationEnvironment configurations specify typed and untyped environment injector bindings
 CEnvironmentPropertiesA hierarchical environment properties holder created from a composite property
 CInjectorThe main dependency injector class
 CInjectorConfigurationInjector configurations specify injector bindings
 CLoggerThe main logger class
 CLoggingStreamBase class of logging stream plugins
 CMovableOnScopeExitRun a function on scope exit (movable version)
 COnScopeExitRun a function on scope exit
 CSourceCodeLocationA type used to representing a source code file and line number pair, obtained via the FILE and LINE macros
 CUUIDUUID class, using the Boost uuid implementation
 CFromStringTemplate class based from-string function for use in template classes
 CFromString< char >UTF-8 specialisation of FromString<T>
 CFromString< char16_t >UTF-16 specialisation of FromString<T>
 CFromString< char32_t >UTF-32 specialisation of FromString<T>
 CToStringTemplate class based to-string function for use in template classes
 CToString< char, AllocatorT >UTF-8 specialisation of ToString<CharT, AllocatorT>
 CToString< char, std::allocator< char > >UTF-8 specialisation of ToString<CharT, AllocatorT> with std::allocator
 CToString< char16_t, AllocatorT >UTF-16 specialisation of ToString<CharT, AllocatorT>
 CToString< char16_t, std::allocator< char16_t > >UTF-16 specialisation of ToString<CharT, AllocatorT> with std::allocator
 CToString< char32_t, AllocatorT >UTF-32 specialisation of ToString<CharT, AllocatorT>
 CToString< char32_t, std::allocator< char32_t > >UTF-32 specialisation of ToString<CharT, AllocatorT> with std::allocator