aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools.h5
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;