#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Classes | |
| struct | Foo |
| Class Foo brief description. More... | |
Functions | |
| uint8_t const * | free_fun (uint32_t x) |
| Free function brief description. | |
| void | Foo_ctor (Foo *const me, uint32_t const x) |
| Constructor of class Foo brief description. | |
| bool | Foo_verify_ (Foo const *const me) |
| Verify operation to check the class invariant. | |
| void | Foo_update_ (Foo *const me) |
| Update operation to update the class invariant. | |
Variables | |
| Foo const | Foo_inst |
| Foo instance brief description (singleton). | |
| uint8_t const * free_fun | ( | uint32_t | x | ) |
Free function brief description.
Details
Free function longer description.
| [in] | x | - the parameter x |
Backward Traceability
Forward Traceability
| void Foo_ctor | ( | Foo *const | me, |
| uint32_t const | x ) |
Constructor of class Foo brief description.
Details
Constructor of class Foo longer description.
| [in] | me | - the instance pointer (OOP in C) |
| [in] | x | - the initial value for me->x |
Backward Traceability
Forward Traceability
| bool Foo_verify_ | ( | Foo const *const | me | ) |
Verify operation to check the class invariant.
Details
Operation verify_() of class Foo longer description.
| [in] | me | - the instance pointer (OOP in C) |
Backward Traceability
Forward Traceability
| void Foo_update_ | ( | Foo *const | me | ) |
Update operation to update the class invariant.
Details
Constructor of class Foo longer description.
| [in] | me | - the instance pointer (OOP in C) |
Backward Traceability
Forward Traceability