diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 16:13:30 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-30 16:13:30 +0200 |
commit | 261a42021e44e1d3c3cfb3fc6576d3d269241c93 (patch) | |
tree | 61bf8bbf0bb334e18f4a36e5f58badd809e6bade /src/tools.h | |
parent | 92ea4d16a274b4a7db0206fd74891a555f6501c9 (diff) | |
download | lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.gz lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.bz2 lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.zip |
Progressively applying the coding rules
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools.h b/src/tools.h index b22e4dd..f5fdabc 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -53,10 +53,11 @@ class InterCopyContext | |||
53 | // for use in inter_copy_table | 53 | // for use in inter_copy_table |
54 | void inter_copy_keyvaluepair() const; | 54 | void inter_copy_keyvaluepair() const; |
55 | [[nodiscard]] bool push_cached_metatable() const; | 55 | [[nodiscard]] bool push_cached_metatable() const; |
56 | [[nodiscard]] bool push_cached_table() const; | ||
56 | 57 | ||
57 | // for use in inter_copy_userdata | 58 | // for use in inter_copy_userdata |
58 | [[nodiscard]] bool copyClonable() const; | 59 | [[nodiscard]] bool tryCopyClonable() const; |
59 | [[nodiscard]] bool copyDeep() const; | 60 | [[nodiscard]] bool tryCopyDeep() const; |
60 | 61 | ||
61 | // copying a single Lua stack item | 62 | // copying a single Lua stack item |
62 | [[nodiscard]] bool inter_copy_boolean() const; | 63 | [[nodiscard]] bool inter_copy_boolean() const; |