You've already forked training_material
mirror of
https://github.com/AdaCore/training_material.git
synced 2026-02-12 13:08:57 -08:00
43 lines
1.2 KiB
ReStructuredText
43 lines
1.2 KiB
ReStructuredText
*******************
|
|
Program Structure
|
|
*******************
|
|
|
|
.. container:: PRELUDE BEGIN
|
|
|
|
.. container:: PRELUDE ROLES
|
|
|
|
.. role:: ada(code)
|
|
:language: Ada
|
|
|
|
.. role:: C(code)
|
|
:language: C
|
|
|
|
.. role:: cpp(code)
|
|
:language: C++
|
|
|
|
.. role:: rust(code)
|
|
:language: Rust
|
|
|
|
.. container:: PRELUDE SYMBOLS
|
|
|
|
.. |rightarrow| replace:: :math:`\rightarrow`
|
|
.. |forall| replace:: :math:`\forall`
|
|
.. |exists| replace:: :math:`\exists`
|
|
.. |equivalent| replace:: :math:`\iff`
|
|
.. |le| replace:: :math:`\le`
|
|
.. |ge| replace:: :math:`\ge`
|
|
.. |lt| replace:: :math:`<`
|
|
.. |gt| replace:: :math:`>`
|
|
.. |checkmark| replace:: :math:`\checkmark`
|
|
|
|
.. container:: PRELUDE END
|
|
|
|
.. include:: 130_program_structure/01-introduction.rst
|
|
.. include:: 130_program_structure/02-building_a_system.rst
|
|
.. include:: 130_program_structure/03-circular_dependencies.rst
|
|
.. include:: 130_program_structure/04-hierarchical_library_units.rst
|
|
.. include:: 130_program_structure/05-visibility_limits.rst
|
|
.. include:: 130_program_structure/06-private_children.rst
|
|
.. include:: 130_program_structure/88-program_structure.lab.rst
|
|
.. include:: 130_program_structure/99-summary.rst
|