diff options
Diffstat (limited to 'doc/cpp/data_store/model_context.rst')
-rw-r--r-- | doc/cpp/data_store/model_context.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/cpp/data_store/model_context.rst b/doc/cpp/data_store/model_context.rst new file mode 100644 index 0000000..d0b131d --- /dev/null +++ b/doc/cpp/data_store/model_context.rst @@ -0,0 +1,24 @@ + +.. highlight:: cpp + +Model Context +============= + +Examples +-------- + +Refer to the :ref:`quickstart-model-context` section for code examples on how +to use the :cpp:class:`~ixion::model_context` class. + +API Reference +------------- + +.. doxygenclass:: ixion::model_context + :members: + +.. doxygenstruct:: ixion::config + :members: + +.. doxygenclass:: ixion::model_iterator + :members: + |