Go to the source code of this file.
Classes | |
class | dve_transition_t |
Class representing a transition. More... | |
Enumerations | |
enum | sync_mode_t { SYNC_NO_SYNC = 0, SYNC_EXCLAIM = 1, SYNC_ASK = 2, SYNC_EXCLAIM_BUFFER = 3, SYNC_ASK_BUFFER = 4 } |
Synchronization mode of a transition. More... | |
Variables | |
const size_int_t | TR_effects_alloc_step = 20 |
const size_int_t | TR_effects_default_alloc = 10 |
enum sync_mode_t |
Synchronization mode of a transition.
const size_int_t TR_effects_alloc_step = 20 |
Allocation step of array_t used in an implementation of dve_transition_t
const size_int_t TR_effects_default_alloc = 10 |
Default allocation size of array_t used in an implementation of dve_transition_t - quite internal thing