Nuria Framework - Core
Core module of the NuriaProject Framework
 All Classes Functions Typedefs Enumerations Enumerator Groups
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NNuria
 NCallbackHelper
 CCreateIndexTuple
 CCreateIndexTuple< 1 >
 CIndexTuple
 CAbstractConditionEvaluatorThe AbstractConditionEvaluator class
 CAbstractSessionManagerInterface for a session manager
 CArgumentManagerProvides convenient access to arguments passed to the launcher
 CCallbackA modern style callback mechanism which can be bound to various method types including slots
 CConditionEvaluatorImplements a simple evaluator for LazyCondition
 CDebugDebugging and logging class of the Nuria Framework
 CDebugIgnoreHelper class for Nuria::Debug, which does nothing
 CDependencyManagerDepedencyManager enables easy to use dependency injection
 CFieldField encapsulates a value-field for LazyCondition
 CJsonMetaObjectReaderJsonMetaObjectReader is a parser for MetaObject data stored in JSON format as generated by Tria
 CLazyConditionLazyCondition offers lazily evaluated conditions for C++
 CLazyConditionWalkerLets you walk over a LazyCondition tree to make modifications to it
 CLexerDefinition
 CLexerRule
 CMetaAnnotationAllows access to annotations
 CMetaEnumAccess to enum's in a MetaObject
 CMetaFieldLets you access fields of types
 CMetaMethodLets you access methods from registered types
 CMetaObjectAccess to meta-data of types at run-time
 CMiniLexerA 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
 CQtMetaObjectWrapperQtMetaObjectWrapper lets you use a QMetaObject as Nuria::MetaObject
 CReferenceDeviceOperates on a part of another QIODevice
 CRuntimeMetaObjectRuntimeMetaObject lets you easily define types at run-time
 CSerializer(De-)Serializer for arbitary types based on Nuria::MetaObject
 CSessionA data storage managed by an AbstractSessionManager
 CSessionManagerProvides an AbstractSessionManager with memory-based storage
 CTemplateEngine
 CTemporaryBufferDeviceIn-memory buffer device with fallback to a temporary file
 CTestCallEncapsulates a call to a test function for LazyCondition
 CUnixSignalHandlerUtility class to react to UNIX signals in a Qt fashion
 CVariantUtilities 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
 CIterator