NuriaProject Framework  0.1
The NuriaProject Framework
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CNuria::AbstractConditionEvaluatorThe AbstractConditionEvaluator class
 CNuria::ConditionEvaluatorImplements a simple evaluator for LazyCondition
 CNuria::CallbackA modern style callback mechanism which can be bound to various method types including slots
 CNuria::CallbackHelper::CreateIndexTuple< Size >
 CNuria::CallbackHelper::CreateIndexTuple< 1 >
 CNuria::DebugIgnoreHelper class for Nuria::Debug, which does nothing
 CNuria::Dependency< T >Smart pointer class for dependency injection
 CNuria::FieldField encapsulates a value-field for LazyCondition
 CNuria::HttpParserParser functions for the HyperText Transfer Protocol
 CNuria::HttpWriterWriter for HTTP data
 CNuria::CallbackHelper::IndexTuple< Index >
 CNuria::LazyConditionLazyCondition offers lazily evaluated conditions for C++
 CNuria::LazyConditionWalkerLets you walk over a LazyCondition tree to make modifications to it
 CNuria::Template::LocationStorage for a location in Twig code
 CNuria::LuaObjectStores a C++ object with an associated Nuria::MetaObject
 CNuria::LuaValueStores a value from LUA
 CNuria::MetaAnnotationAllows access to annotations
 CNuria::MetaEnumAccess to enum's in a MetaObject
 CNuria::MetaFieldLets you access fields of types
 CNuria::MetaMethodLets you access methods from registered types
 CNuria::MetaObjectAccess to meta-data of types at run-time
 CNuria::RuntimeMetaObjectRuntimeMetaObject lets you easily define types at run-time
 CNuria::QtMetaObjectWrapperQtMetaObjectWrapper lets you use a QMetaObject as Nuria::MetaObject
 CQDebug
 CNuria::DebugDebugging and logging class of the Nuria Framework
 CQIODevice
 CNuria::HttpClientConnection to a client
 CNuria::ReferenceDeviceOperates on a part of another QIODevice
 CNuria::TemporaryBufferDeviceIn-memory buffer device with fallback to a temporary file
 CQObject
 CNuria::AbstractSessionManagerInterface for a session manager
 CNuria::SessionManagerProvides an AbstractSessionManager with memory-based storage
 CNuria::ArgumentManagerProvides convenient access to arguments passed to the launcher
 CNuria::DependencyManagerDependency injection manager
 CNuria::HttpBackendBase class for HttpServer back-ends
 CNuria::FastCgiBackendFastCGI integration for HttpServer
 CNuria::HttpFilterA filter can modify a HttpClients outgoing stream
 CNuria::HttpNodeVirtual directory for HttpServer
 CNuria::RestfulHttpNodeMakes it easy to write RESTful APIs
 CNuria::HttpPostBodyReaderAbstract class for readers of the body of HTTP POST requests
 CNuria::HttpMultiPartReaderReader for HTTP multi-part formatted data
 CNuria::HttpUrlEncodedReaderReader for HTTP url-encoded formatted data
 CNuria::HttpServerServer for the HyperText Transfer Protocol
 CNuria::HttpTransportAbstract data transport for HttpClient
 CNuria::JsonMetaObjectReaderJsonMetaObjectReader is a parser for MetaObject data stored in JSON format as generated by Tria
 CNuria::LuaRuntimeRuntime for the LUA scripting language
 CNuria::TemplateEngineTemplating engine for rendering Twig code
 CNuria::TemplateLoaderLoader of template data for TemplateEngine
 CNuria::FileTemplateLoaderA template loader which loads templates from files
 CNuria::MemoryTemplateLoaderA template loader which stores templates in-memory
 CNuria::TokenizerGeneral-purpose run-time tokenizer
 CNuria::UnixSignalHandlerUtility class to react to UNIX signals in a Qt fashion
 CQTcpServer
 CNuria::SslServer
 CNuria::Serializer(De-)Serializer for arbitary types based on Nuria::MetaObject
 CNuria::SessionA data storage managed by an AbstractSessionManager
 CNuria::SlotInfo
 CNuria::TemplateErrorContainer for exposing Twig errors to user code
 CNuria::TemplateProgramRepresents a compiled Twig code program
 CNuria::TestCallEncapsulates a call to a test function for LazyCondition
 CNuria::TokenToken as returned by Nuria::Tokenizer
 CNuria::TokenizerRulesStorage of rules used by Nuria::Tokenizer
 CNuria::VariantUtilities for working with QVariants