Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NoosThe Open Object Store namespace
 oCconditionRepresents a sql query condition
 oCdatabase_exceptionAn object exception class
 oCqueryCreates a SQL query
 oCsessionFrontend class to make the objects persistent
 oCtransactionThe transaction class
 oCtype_traitsType traits for database types
 oCgeneric_json_parserAn generic json parser base class
 oCjson_arrayClass representing the json array type
 oCjson_boolClass representing the json bool type
 oCjson_nullClass representing the json null type
 oCjson_numberRepresenting json number type
 oCjson_objectClass representing the json object type
 oCjson_parserParse a json formatted stream or string
 oCjson_stringClass representing the json string type
 oCjson_typeBase class for all json types
 oCjson_valueWrapper class for a concrete value
 oCattribute_counterCounts the number of attributes within an object
 oCattribute_readerSet an attribute value of an object
 oCattribute_writerRetrieve an attribute value from an object
 oClinked_object_listAn linked object list class
 oCobjectThe base class for all objects
 oCobject_atomizableBase class for all serializable objects
 oCobject_writerBase class for all object writer
 oCgeneric_object_writerGeneric base class for all object writer
 oCobject_readerBase class for all object reader
 oCgeneric_object_readerGeneric base class for all object readre
 oCvalue_itemHolder class for the value type
 oCcontainer_itemBase class for all container items
 oCobject_exceptionAn object exception class
 oCvariableHolds the functor to a method
 oCobject_list_baseBase class for all object list classes
 oCobject_listList class mapping items via relation table
 oCobject_observerBase class for object observer classes
 oCobject_base_ptrBase class for the object pointer and reference class
 oCobject_ptrThe object_ptr holds a pointer to an object
 oCobject_refThe object_ref holds a pointer to an object
 oCobject_base_producerBase class for object producer classes
 oCobject_producerProduces a new object of type T
 oCobject_storeA class that stores all kind of objects
 oCobject_vector_baseBase class for all object vector classes
 oCobject_vectorObject vector class without relation table
 oCgeneric_viewCreates a generic view of a concrete object type
 oCobject_viewCreate a view for a concrete object type
 oCprototype_nodeHolds the prototype of a concrete object
 oCfactoryA generic factory class
 |oCdefault_producerDefault producer class for factory
 |\Cproducer_baseBase producer class for factory
 oClibraryHelps to load and unload external libraries
 oCsequencerInterface to create and get unique sequence numbers
 oCsingletonProvides only one instance of a type
 oCvarcharA simple varchar class
 oCtest_suiteThe container for all unit tests
 oCunit_exceptionUnit exception class thrown on a unit test assert definition
 \Cunit_testA unit_test consists of serveral tests