Go to the source code of this file.
|
| module | quantity_oct_m |
| | This module defines the quantity_t class and the IDs for quantities, which can be exposed by a system, and used by an interaction.
|
| |
|
| type(quantity_t) function | quantity_oct_m::quantity_constructor (label, always_available, updated_on_demand, iteration, parents) |
| |
| subroutine | quantity_oct_m::quantity_list_add_node (this, quantity) |
| | add a quantity to the list More...
|
| |
| class(quantity_t) function, pointer | quantity_oct_m::quantity_list_get (this, label) |
| | get pointer to quantity with given label More...
|
| |
| logical function, dimension(size(labels)) | quantity_oct_m::quantity_list_always_available (this, labels) |
| | Return if given quantities are always available or not. More...
|
| |
| logical function, dimension(size(labels)) | quantity_oct_m::quantity_list_iteration_equal (this, labels, iteration) |
| | Return if given quantities are at a given iteration. More...
|
| |
| class(quantity_t) function, pointer | quantity_oct_m::quantity_iterator_get_next (this) |
| | get next quantity from the list More...
|
| |