Enum Modifier¶
Enum Documentation¶
-
enum
ripple
::
Modifier
¶ Defines the type of the modifier.
Values:
-
enumerator
concurrent
¶ Concurrent modification.
-
enumerator
exclusive
¶ Exclusive modification.
Uses shared memory.
Concurrent and uses shared memory.
Exclusive and uses shared memory.
-
enumerator
expander
¶ Expands into padding.
-
enumerator
concurrent_expander
¶ Concurrent & expander.
-
enumerator
exclusive_expander
¶ Exclusive & expander.
Shared & expander.
Concurrent & shared & expander.
Exclusive & shared & expander.
-
enumerator