Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oos | The Open Object Store namespace |
condition | Represents a sql query condition |
database_exception | An object exception class |
query | Creates a SQL query |
session | Frontend class to make the objects persistent |
transaction | The transaction class |
type_traits | Type traits for database types |
generic_json_parser | An generic json parser base class |
json_array | Class representing the json array type |
json_bool | Class representing the json bool type |
json_null | Class representing the json null type |
json_number | Representing json number type |
json_object | Class representing the json object type |
json_parser | Parse a json formatted stream or string |
json_string | Class representing the json string type |
json_type | Base class for all json types |
json_value | Wrapper class for a concrete value |
attribute_counter | Counts the number of attributes within an object |
attribute_reader | Set an attribute value of an object |
attribute_writer | Retrieve an attribute value from an object |
linked_object_list | An linked object list class |
object | The base class for all objects |
object_atomizable | Base class for all serializable objects |
object_writer | Base class for all object writer |
generic_object_writer | Generic base class for all object writer |
object_reader | Base class for all object reader |
generic_object_reader | Generic base class for all object readre |
value_item | Holder class for the value type |
container_item | Base class for all container items |
object_exception | An object exception class |
variable | Holds the functor to a method |
object_list_base | Base class for all object list classes |
object_list | List class mapping items via relation table |
object_observer | Base class for object observer classes |
object_base_ptr | Base class for the object pointer and reference class |
object_ptr | The object_ptr holds a pointer to an object |
object_ref | The object_ref holds a pointer to an object |
object_base_producer | Base class for object producer classes |
object_producer | Produces a new object of type T |
object_store | A class that stores all kind of objects |
object_vector_base | Base class for all object vector classes |
object_vector | Object vector class without relation table |
generic_view | Creates a generic view of a concrete object type |
object_view | Create a view for a concrete object type |
prototype_node | Holds the prototype of a concrete object |
factory | A generic factory class |
default_producer | Default producer class for factory |
producer_base | Base producer class for factory |
library | Helps to load and unload external libraries |
sequencer | Interface to create and get unique sequence numbers |
singleton | Provides only one instance of a type |
varchar | A simple varchar class |
test_suite | The container for all unit tests |
unit_exception | Unit exception class thrown on a unit test assert definition |
unit_test | A unit_test consists of serveral tests |