aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-30 16:13:30 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-30 16:13:30 +0200
commit261a42021e44e1d3c3cfb3fc6576d3d269241c93 (patch)
tree61bf8bbf0bb334e18f4a36e5f58badd809e6bade /src/deep.h
parent92ea4d16a274b4a7db0206fd74891a555f6501c9 (diff)
downloadlanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.gz
lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.tar.bz2
lanes-261a42021e44e1d3c3cfb3fc6576d3d269241c93.zip
Progressively applying the coding rules
Diffstat (limited to 'src/deep.h')
-rw-r--r--src/deep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deep.h b/src/deep.h
index 6f6e99d..6f4e64d 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -66,6 +66,7 @@ class DeepFactory
66 DeepFactory& operator=(DeepFactory const&&) = delete; 66 DeepFactory& operator=(DeepFactory const&&) = delete;
67 67
68 private: 68 private:
69 void storeDeepLookup(lua_State* L_) const;
69 // NVI: private overrides 70 // NVI: private overrides
70 [[nodiscard]] virtual DeepPrelude* newDeepObjectInternal(lua_State* L_) const = 0; 71 [[nodiscard]] virtual DeepPrelude* newDeepObjectInternal(lua_State* L_) const = 0;
71 virtual void deleteDeepObjectInternal(lua_State* L_, DeepPrelude* o_) const = 0; 72 virtual void deleteDeepObjectInternal(lua_State* L_, DeepPrelude* o_) const = 0;