Home
last modified time | relevance | path

Searched refs:this_environment (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/sol/
H A Denvironment.hpp153 struct this_environment { struct
156 this_environment() in this_environment() argument
159 this_environment(environment e) in this_environment() argument
162 this_environment(const this_environment&) = default;
163 this_environment(this_environment&&) = default;
164 this_environment& operator=(const this_environment&) = default;
165 this_environment& operator=(this_environment&&) = default;
198 struct getter<this_environment> {
208 return this_environment(); in get()
213 return this_environment(); in get()
[all …]
H A Dforward.hpp138 struct this_environment;
H A Dtypes.hpp817 struct is_transparent_argument<this_environment> : std::true_type {};
1018 struct lua_type_of<this_environment> : std::integral_constant<type, type::poly> {};
H A Dstack_check_unqualified.hpp236 struct checker<this_environment, type::poly, C> {
/dports/devel/sol2/sol2-4.0.0-alpha/include/sol/
H A Denvironment.hpp146 struct this_environment { struct
149 this_environment() : env(nullopt) { in this_environment() function
153 this_environment(const this_environment&) = default;
154 this_environment(this_environment&&) = default;
155 this_environment& operator=(const this_environment&) = default;
156 this_environment& operator=(this_environment&&) = default;
189 struct unqualified_getter<this_environment> {
199 return this_environment(); in get()
204 return this_environment(); in get()
211 return this_environment(); in get()
[all …]
H A Dforward.hpp180 struct this_environment;
H A Dtypes.hpp871 …ed_t<T>, this_main_state> || std::is_same_v<meta::unqualified_t<T>, this_environment> || std::is_s…
1088 struct lua_type_of<this_environment> : std::integral_constant<type, type::poly> { };
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dusertypes.inheritance.multi.cpp227 a(sol::this_state ts, sol::this_environment) { in a()
251 b(sol::this_state ts, sol::this_environment te, int) : a(ts, te) { in b()
260 b(sol::this_state ts, sol::this_environment te, int, int) : a(ts, te) { in b()
267 c(sol::this_state ts, sol::this_environment te, int ab) : b(ts, te, ab) { in c()
270 c(sol::this_state ts, sol::this_environment te, int ab, int bc) : b(ts, te, ab, bc) { in c()
283 …sol::constructors<b(sol::this_state, sol::this_environment, int), b(sol::this_state, sol::this_env…
293 …sol::constructors<c(sol::this_state, sol::this_environment, int), c(sol::this_state, sol::this_env…
H A Denvironments.cpp283 lua["f"] = [](sol::this_environment te, int x, sol::this_state ts) { in __anon6a0481970102()
/dports/textproc/gladtex/gladtex-1.3/
H A Dgladtex228 $this_environment = $environment;
247 /^env/i and $this_environment = $value;
255 if ($this_environment eq "displaymath") {
257 } elsif ($this_environment eq "math") {
298 …$eqn2img_opt = "-e $this_environment -r $this_dpi -p '$this_preamble' -c $this_foreground -b $this…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/api/
H A Dthis_environment.rst1 this_environment chapter
6 …environment of the calling script / function, if it has one. ``sol::this_environment`` is a *trans…
17 void env_check(sol::this_state ts, int x, sol::this_environment te) {
H A Dapi-top.rst20 this_environment
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/api/
H A Dthis_environment.rst1 this_environment chapter
6 …environment of the calling script / function, if it has one. ``sol::this_environment`` is a *trans…
17 void env_check(sol::this_state ts, int x, sol::this_environment te) {
H A Dapi-top.rst22 this_environment
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Dindirect_function_calls.cpp7 …ts call_it(sol::object function_name, sol::variadic_args args, sol::this_environment env, sol::thi… in call_it()
H A Denvironment_snooping.cpp8 void simple(sol::this_state ts, sol::this_environment te) { in simple()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Dindirect_function_calls.cpp6 …ts call_it(sol::object function_name, sol::variadic_args args, sol::this_environment env, sol::thi… in call_it()
H A Denvironment_snooping.cpp7 void simple(sol::this_state ts, sol::this_environment te) { in simple()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/single/sol/
H A Dsol_forward.hpp339 struct this_environment;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/tests/
H A Dtest_environments.cpp239 lua["f"] = [](sol::this_environment te, int x, sol::this_state ts) { in __anoneb3148600402()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/tutorial/
H A Dall-the-things.rst211 …`, :doc:`sol::this_state<../api/this_state>`, :doc:`sol::this_environment<../api/this_environment>`
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/
H A Dfunctions.rst21 …- :doc:`sol::this_environment<api/this_environment>`, for potentially retrieving the current Lua e…
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/
H A Dfunctions.rst21 …- :doc:`sol::this_environment<api/this_environment>`, for potentially retrieving the current Lua e…
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/tutorial/
H A Dall-the-things.rst243 …`, :doc:`sol::this_state<../api/this_state>`, :doc:`sol::this_environment<../api/this_environment>`
/dports/devel/sol2/sol2-4.0.0-alpha/single/include/sol/
H A Dforward.hpp875 struct this_environment;

12