NuriaProject Framework
0.1
The NuriaProject Framework
|
▼CNuria::AbstractConditionEvaluator | The AbstractConditionEvaluator class |
CNuria::ConditionEvaluator | Implements a simple evaluator for LazyCondition |
CNuria::Callback | A modern style callback mechanism which can be bound to various method types including slots |
CNuria::CallbackHelper::CreateIndexTuple< Size > | |
CNuria::CallbackHelper::CreateIndexTuple< 1 > | |
CNuria::DebugIgnore | Helper class for Nuria::Debug, which does nothing |
CNuria::Dependency< T > | Smart pointer class for dependency injection |
CNuria::Field | Field encapsulates a value-field for LazyCondition |
CNuria::HttpParser | Parser functions for the HyperText Transfer Protocol |
CNuria::HttpWriter | Writer for HTTP data |
CNuria::CallbackHelper::IndexTuple< Index > | |
CNuria::LazyCondition | LazyCondition offers lazily evaluated conditions for C++ |
CNuria::LazyConditionWalker | Lets you walk over a LazyCondition tree to make modifications to it |
CNuria::Template::Location | Storage for a location in Twig code |
CNuria::LuaObject | Stores a C++ object with an associated Nuria::MetaObject |
CNuria::LuaValue | Stores a value from LUA |
CNuria::MetaAnnotation | Allows access to annotations |
CNuria::MetaEnum | Access to enum's in a MetaObject |
CNuria::MetaField | Lets you access fields of types |
CNuria::MetaMethod | Lets you access methods from registered types |
▼CNuria::MetaObject | Access to meta-data of types at run-time |
▼CNuria::RuntimeMetaObject | RuntimeMetaObject lets you easily define types at run-time |
CNuria::QtMetaObjectWrapper | QtMetaObjectWrapper lets you use a QMetaObject as Nuria::MetaObject |
▼CQDebug | |
CNuria::Debug | Debugging and logging class of the Nuria Framework |
▼CQIODevice | |
CNuria::HttpClient | Connection to a client |
CNuria::ReferenceDevice | Operates on a part of another QIODevice |
CNuria::TemporaryBufferDevice | In-memory buffer device with fallback to a temporary file |
▼CQObject | |
▼CNuria::AbstractSessionManager | Interface for a session manager |
CNuria::SessionManager | Provides an AbstractSessionManager with memory-based storage |
CNuria::ArgumentManager | Provides convenient access to arguments passed to the launcher |
CNuria::DependencyManager | Dependency injection manager |
▼CNuria::HttpBackend | Base class for HttpServer back-ends |
CNuria::FastCgiBackend | FastCGI integration for HttpServer |
CNuria::HttpFilter | A filter can modify a HttpClients outgoing stream |
▼CNuria::HttpNode | Virtual directory for HttpServer |
CNuria::RestfulHttpNode | Makes it easy to write RESTful APIs |
▼CNuria::HttpPostBodyReader | Abstract class for readers of the body of HTTP POST requests |
CNuria::HttpMultiPartReader | Reader for HTTP multi-part formatted data |
CNuria::HttpUrlEncodedReader | Reader for HTTP url-encoded formatted data |
CNuria::HttpServer | Server for the HyperText Transfer Protocol |
CNuria::HttpTransport | Abstract data transport for HttpClient |
CNuria::JsonMetaObjectReader | JsonMetaObjectReader is a parser for MetaObject data stored in JSON format as generated by Tria |
CNuria::LuaRuntime | Runtime for the LUA scripting language |
CNuria::TemplateEngine | Templating engine for rendering Twig code |
▼CNuria::TemplateLoader | Loader of template data for TemplateEngine |
CNuria::FileTemplateLoader | A template loader which loads templates from files |
CNuria::MemoryTemplateLoader | A template loader which stores templates in-memory |
CNuria::Tokenizer | General-purpose run-time tokenizer |
CNuria::UnixSignalHandler | Utility 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::Session | A data storage managed by an AbstractSessionManager |
CNuria::SlotInfo | |
CNuria::TemplateError | Container for exposing Twig errors to user code |
CNuria::TemplateProgram | Represents a compiled Twig code program |
CNuria::TestCall | Encapsulates a call to a test function for LazyCondition |
CNuria::Token | Token as returned by Nuria::Tokenizer |
CNuria::TokenizerRules | Storage of rules used by Nuria::Tokenizer |
CNuria::Variant | Utilities for working with QVariants |