Nuria Framework - Core
Core module of the NuriaProject Framework
 All Classes Functions Typedefs Enumerations Enumerator Groups
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::FieldField encapsulates a value-field for LazyCondition
 CNuria::CallbackHelper::IndexTuple< Index >
 CNuria::Variant::Iterator
 CNuria::LazyConditionLazyCondition offers lazily evaluated conditions for C++
 CNuria::LazyConditionWalkerLets you walk over a LazyCondition tree to make modifications to it
 CNuria::LexerDefinition
 CNuria::LexerRule
 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::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::DependencyManagerDepedencyManager enables easy to use dependency injection
 CNuria::JsonMetaObjectReaderJsonMetaObjectReader is a parser for MetaObject data stored in JSON format as generated by Tria
 CNuria::MiniLexerA simple lexer. You can use this class if you want to parse some data based on regular expressions. It is not really smart, as it is meant to be used for simple tasks. NQL uses it for example to parse queries
 CNuria::UnixSignalHandlerUtility class to react to UNIX signals in a Qt fashion
 CNuria::Serializer(De-)Serializer for arbitary types based on Nuria::MetaObject
 CNuria::SessionA data storage managed by an AbstractSessionManager
 CNuria::TemplateEngine
 CNuria::TestCallEncapsulates a call to a test function for LazyCondition
 CNuria::VariantUtilities for working with QVariants. Working with QVariants can be tedious if you have to work with them without knowing the structure of the data they hold. So, if you need to do convert a QVariant or want to compare them look no futher