![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Typedefs | |
| using | BlockFlow = gear::BlockFlow<> |
| using | Allocator = BlockFlow::Allocator |
| using | Strategy = BlockFlow::Strategy |
| using | Extent = BlockFlow::Extent |
| using | Epoch = BlockFlow::Epoch |
Variables | |
| const size_t | EXTENT_SIZ = Extent::SIZ() |
| Duration | INITIAL_EPOCH_STEP = Strategy{}.initialEpochStep() |
| const size_t | AVERAGE_EPOCHS = Strategy{}.averageEpochs() |
| const double | BOOST_OVERFLOW = Strategy{}.boostFactorOverflow() |
| const double | TARGET_FILL = Strategy{}.config().TARGET_FILL |
| const double | ACTIVITIES_P_FR = Strategy{}.config().ACTIVITIES_PER_FRAME |
| using BlockFlow = gear::BlockFlow<> |
Definition at line 49 of file block-flow-test.cpp.
| using Allocator = BlockFlow::Allocator |
Definition at line 50 of file block-flow-test.cpp.
| using Strategy = BlockFlow::Strategy |
Definition at line 51 of file block-flow-test.cpp.
| using Extent = BlockFlow::Extent |
Definition at line 52 of file block-flow-test.cpp.
| using Epoch = BlockFlow::Epoch |
Definition at line 53 of file block-flow-test.cpp.
| const size_t EXTENT_SIZ = Extent::SIZ() |
Definition at line 55 of file block-flow-test.cpp.
Definition at line 56 of file block-flow-test.cpp.
| const size_t AVERAGE_EPOCHS = Strategy{}.averageEpochs() |
Definition at line 57 of file block-flow-test.cpp.
| const double BOOST_OVERFLOW = Strategy{}.boostFactorOverflow() |
Definition at line 58 of file block-flow-test.cpp.
| const double TARGET_FILL = Strategy{}.config().TARGET_FILL |
Definition at line 59 of file block-flow-test.cpp.
| const double ACTIVITIES_P_FR = Strategy{}.config().ACTIVITIES_PER_FRAME |
Definition at line 60 of file block-flow-test.cpp.