Contents:
foo
foo::do_some_work()
foo::m_member
Lets’s use chapter to add some C++ code here:
With .. code-block:: cpp we can add C++ snippets:
.. code-block:: cpp
int main() { std::cout << "hello sphinx!\n"; return 0; }
foo is super important for this sphinx project
Public Functions
This does some work
bar – this parameter is mandatory.
The work results
Private Members
a private member. which we can not ignore