#include "mk4.inl"
Include dependency graph for mk4.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | c4_View |
| A collection of data rows. More... | |
| class | c4_Cursor |
| An iterator for collections of rows (views). More... | |
| class | c4_RowRef |
| Reference to a data row, can be used on either side of an assignment. More... | |
| class | c4_Row |
| An entry in a collection with copy semantics. More... | |
| class | c4_Bytes |
| Generic data buffer, with optional automatic clean up. More... | |
| class | c4_Storage |
| Manager for persistent storage of view structures. More... | |
| class | c4_Property |
| Base class for the basic data types. More... | |
| class | c4_IntProp |
| Integer properties. More... | |
| class | c4_LongProp |
| Long int properties. More... | |
| class | c4_FloatProp |
| Floating point properties. More... | |
| class | c4_DoubleProp |
| Double precision properties. More... | |
| class | c4_StringProp |
| String properties. More... | |
| class | c4_BytesProp |
| Binary properties. More... | |
| class | c4_ViewProp |
| View properties. More... | |
| class | c4_CustomViewer |
| Abstract base class for definition of custom views. More... | |
| class | c4_Stream |
| A stream is a virtual helper class to serialize in binary form. More... | |
| class | c4_Strategy |
| A strategy encapsulates code dealing with the I/O system interface. More... | |
| class | c4_Sequence |
| A sequence is an abstract base class for views on ranges of records. More... | |
| class | c4_Reference |
| A reference is used to get or set typed data, using derived classes. More... | |
| class | c4_IntRef |
| Used to get or set integer values. More... | |
| class | c4_LongRef |
| Used to get or set long int values. More... | |
| class | c4_FloatRef |
| Used to get or set floating point values. More... | |
| class | c4_DoubleRef |
| Used to get or set double precision values. More... | |
| class | c4_BytesRef |
| Used to get or set binary object values. More... | |
| class | c4_StringRef |
| Used to get or set string values. More... | |
| class | c4_ViewRef |
| Used to get or set view values. More... | |
Defines | |
| #define | d4_MetakitLibraryVersion 249 |
| Current release = 100 * major + 10 * minor + maintenance. | |