xo-umbrella2/xo-indentlog/docs/scope-reference.rst
Roland Conybeare 966c3903e1 git subrepo clone git@github.com:Rconybea/xo-indentlog.git xo-indentlog
subrepo:
  subdir:   "xo-indentlog"
  merged:   "0834c6ad"
upstream:
  origin:   "git@github.com:Rconybea/xo-indentlog.git"
  branch:   "main"
  commit:   "0834c6ad"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 21:30:17 -04:00

43 lines
912 B
ReStructuredText

.. _scope-reference:
.. toctree::
:maxdepth: 2
Scope Reference
===============
.. ditaa::
:--scale: 0.85
+------------------------------------------+
|cBLU basic_scope |
+------------------------------------------+
| state_impl |
+-----------------------+------------------+
| | log_config |
| log_streambuf +------------------+
| | log_level |
+-----------------------+------------------+
.. code-block:: cpp
#include <xo/indentlog/scope.hpp>
Convenience Macros
------------------
.. doxygendefine:: XO_SCOPE
Classes
-------
.. doxygenclass:: xo::scope_setup
Application code isn't expected to interact with this class directly
.. doxygengroup:: scope_setup-instance-vars
Basic Scope
~~~~~~~~~~~
.. doxygenclass:: xo::basic_scope