diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-16 12:46:14 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-16 12:46:14 +0200 |
commit | d6f5a7795360e3c2a6fc2d424904b6daa1f2accd (patch) | |
tree | 8ac5f6c7076de45ec837d3b669ffc61f72bd4f5a /src/deep.h | |
parent | e7276bee137b87a2323b125a6a8c792de73819eb (diff) | |
download | lanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.tar.gz lanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.tar.bz2 lanes-d6f5a7795360e3c2a6fc2d424904b6daa1f2accd.zip |
C++ migration: more conversion to InterCopyContext. debugspew indentation is managed by a scope object
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ class Universe; | |||
23 | 23 | ||
24 | enum class LookupMode | 24 | enum class LookupMode |
25 | { | 25 | { |
26 | LaneBody, // send the lane body directly from the source to the destination lane | 26 | LaneBody, // send the lane body directly from the source to the destination lane. keep this one first so that it's the value we get when we default-construct |
27 | ToKeeper, // send a function from a lane to a keeper state | 27 | ToKeeper, // send a function from a lane to a keeper state |
28 | FromKeeper // send a function from a keeper state to a lane | 28 | FromKeeper // send a function from a keeper state to a lane |
29 | }; | 29 | }; |