NuriaProject Framework  0.1
The NuriaProject Framework
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NNuria
 NCallbackHelper
 CCreateIndexTuple
 CCreateIndexTuple< 1 >
 CIndexTuple
 NTemplate
 CLocationStorage for a location in Twig code
 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
 CDependencySmart pointer class for dependency injection
 CDependencyManagerDependency injection manager
 CFastCgiBackendFastCGI integration for HttpServer
 CFieldField encapsulates a value-field for LazyCondition
 CFileTemplateLoaderA template loader which loads templates from files
 CHttpBackendBase class for HttpServer back-ends
 CHttpClientConnection to a client
 CHttpFilterA filter can modify a HttpClients outgoing stream
 CHttpMultiPartReaderReader for HTTP multi-part formatted data
 CHttpNodeVirtual directory for HttpServer
 CHttpParserParser functions for the HyperText Transfer Protocol
 CHttpPostBodyReaderAbstract class for readers of the body of HTTP POST requests
 CHttpServerServer for the HyperText Transfer Protocol
 CHttpTransportAbstract data transport for HttpClient
 CHttpUrlEncodedReaderReader for HTTP url-encoded formatted data
 CHttpWriterWriter for HTTP data
 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
 CLuaObjectStores a C++ object with an associated Nuria::MetaObject
 CLuaRuntimeRuntime for the LUA scripting language
 CLuaValueStores a value from LUA
 CMemoryTemplateLoaderA template loader which stores templates in-memory
 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
 CQtMetaObjectWrapperQtMetaObjectWrapper lets you use a QMetaObject as Nuria::MetaObject
 CReferenceDeviceOperates on a part of another QIODevice
 CRestfulHttpNodeMakes it easy to write RESTful APIs
 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
 CSlotInfo
 CSslServer
 CTemplateEngineTemplating engine for rendering Twig code
 CTemplateErrorContainer for exposing Twig errors to user code
 CTemplateLoaderLoader of template data for TemplateEngine
 CTemplateProgramRepresents a compiled Twig code program
 CTemporaryBufferDeviceIn-memory buffer device with fallback to a temporary file
 CTestCallEncapsulates a call to a test function for LazyCondition
 CTokenToken as returned by Nuria::Tokenizer
 CTokenizerGeneral-purpose run-time tokenizer
 CTokenizerRulesStorage of rules used by Nuria::Tokenizer
 CUnixSignalHandlerUtility class to react to UNIX signals in a Qt fashion
 CVariantUtilities for working with QVariants