Home
last modified time | relevance | path

Searched refs:usertype (Results 26 – 50 of 611) sorted by relevance

12345678910>>...25

/dports/emulators/mame/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Duser.rst15 …wo utility classes that do not participate in the full :doc:`sol::usertype\<T><usertype>` system. …
17 …t you do not need to have something participate in the full :doc:`usertype\<T><usertype>` system, …
H A Dusertype_memory.rst1 usertype memory
8usertype-traits>`. Note that we use 1 metatable per the 3 styles listed below, plus 1 additional m…
15 These are classified with the metatable name from :ref:`usertype_traits\<T><usertype-traits>`.
40usertype>`, and have a special metatable for them as well. The special metatable is either generat…
H A Dtable.rst95 :caption: function: setting a usertype
96 :name: new-usertype
105 …es a new :doc:`usertype<usertype>` with the specified arguments, providing a few extra details for…
108 :caption: function: setting a simple usertype
109 :name: new-simple-usertype
118usertype<simple_usertype>` with the specified arguments, providing a few extra details for constru…
132 :caption: function: setting a pre-created usertype
133 :name: set-usertype
136 table& set_usertype(usertype<T>& user);
138 table& set_usertype(Key&& key, usertype<T>& user);
[all …]
H A Dproperty.rst13 …either read-write, read-only, or write-only. When used during :doc:`usertype<usertype>` constructi…
52 // connect up the usertype automatically
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/api/
H A Duser.rst15 …wo utility classes that do not participate in the full :doc:`sol::usertype\<T><usertype>` system. …
17 …t you do not need to have something participate in the full :doc:`usertype\<T><usertype>` system, …
H A Dusertype.rst1 usertype<T>
8 ``T`` refers to the type being turned into a usertype.
69 :caption: function: usertype<T> constructor
70 :name: usertype-constructor
73 usertype<T>(Args&&... args);
79 usertype constructor options
115 usertype destructor options
132 usertype automatic meta functions
173 usertype regular function options
194 …- Tells a usertype what its base classes are. You need this to have derived-to-base conversions wo…
[all …]
H A Das_container.rst14 …ou have a type whose metatable you claim with a usertype metatable via :doc:`usertype semantics<us…
H A Das_function.rst13 This class can also make it so usertypes bind variable types as functions to for usertype bindings.
19 …allable, you simply need to create a :ref:`sol::table::new_usertype<new-usertype>` and then bind t…
21 Here's an example of binding a variable as a function to a usertype:
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/api/
H A Duser.rst15 …wo utility classes that do not participate in the full :doc:`sol::usertype\<T><usertype>` system. …
17 …t you do not need to have something participate in the full :doc:`usertype\<T><usertype>` system, …
H A Dusertype.rst1 usertype<T>
8 ``T`` refers to the type being turned into a usertype.
15 class usertype : public metatable;
107usertype<T>`` is a specialized version of ``sol::metatable``\s, which are a specialized version of…
146 usertype destructor options
163 usertype automatic (automagic) meta functions
205 usertype regular function options
208 Otherwise, the following is used to specify functions to bind on the specific usertype for ``T``.
226 …- Tells a usertype what its base classes are. You need this to have derived-to-base conversions wo…
246 …ot add functions to an individual object. You can only add functions to the whole class / usertype.
[all …]
H A Das_container.rst14 …ou have a type whose metatable you claim with a usertype metatable via :doc:`usertype semantics<us…
H A Das_function.rst13 This class can also make it so usertypes bind variable types as functions to for usertype bindings.
19 …allable, you simply need to create a :ref:`sol::table::new_usertype<new-usertype>` and then bind t…
21 Here's an example of binding a variable as a function to a usertype:
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/docs/source/api/
H A Dusertype_memory.rst1 usertype memory
8usertype-traits>`. Note that we use 1 metatable per the 3 styles listed below, plus 1 additional m…
15 These are classified with the metatable name from :ref:`usertype_traits\<T><usertype-traits>`.
40usertype>`, and have a special metatable for them as well. The special metatable is either generat…
H A Dtable.rst95 :caption: function: setting a usertype
96 :name: new-usertype
105 …es a new :doc:`usertype<usertype>` with the specified arguments, providing a few extra details for…
108 :caption: function: setting a simple usertype
109 :name: new-simple-usertype
118usertype<simple_usertype>` with the specified arguments, providing a few extra details for constru…
132 :caption: function: setting a pre-created usertype
133 :name: set-usertype
136 table& set_usertype(usertype<T>& user);
138 table& set_usertype(Key&& key, usertype<T>& user);
[all …]
H A Dproperty.rst13 …either read-write, read-only, or write-only. When used during :doc:`usertype<usertype>` constructi…
52 // connect up the usertype automatically
/dports/devel/sol2/sol2-4.0.0-alpha/documentation/source/tutorial/
H A Dcxx-in-lua.rst4usertype"s, or just "udt"s) is simple with sol. If you don't call any member variables or function…
27 :name: tutorial-player-usertype
32 …d in the script that is not in C++ or defined on the C++ code to bind a usertype, called ``brake``…
41 …nd play around with the values. Even more stuff :doc:`you can do<../api/usertype>` is described el…
/dports/textproc/source-highlight/source-highlight-3.1.9/src/
H A Dclike_vardeclaration.lang1 (usertype,usertype,normal) =
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfile_itunesdb.c597 itdb->usertype = type; in gp_import_itdb()
1051 if (itdb->usertype & GP_ITDB_TYPE_AUTOMATIC) in gp_eject_ipod()
1093 if (itdb->usertype & GP_ITDB_TYPE_IPOD) in gp_save_itdb()
1109 if (itdb->usertype & GP_ITDB_TYPE_IPOD) in gp_save_itdb()
1482 if (itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_files()
1505 if (itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_files()
1938 if (itdb->usertype & GP_ITDB_TYPE_LOCAL) in gp_write_itdb()
1955 (itdb->usertype & GP_ITDB_TYPE_IPOD)) in gp_write_itdb()
2050 (itdb->usertype & GP_ITDB_TYPE_IPOD)) in gp_write_itdb()
2093 (itdb->usertype & GP_ITDB_TYPE_IPOD) && in gp_write_itdb()
[all …]
H A Dmisc_confirm.c144 if (dd->itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_populate_settings()
186 if (dd->itdb->usertype & GP_ITDB_TYPE_LOCAL) in delete_populate_settings()
289 if (dd->itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_track_ok()
313 if (dd->itdb->usertype & GP_ITDB_TYPE_LOCAL) in delete_track_ok()
557 if (dd->itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_playlist_ok()
613 if (dd->itdb->usertype & GP_ITDB_TYPE_LOCAL) in delete_playlist_ok()
722 if (itdb->usertype & GP_ITDB_TYPE_IPOD) in delete_playlist_head()
763 if (itdb->usertype & GP_ITDB_TYPE_LOCAL) in delete_playlist_head()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/docs/source/tutorial/
H A Dcxx-in-lua.rst4usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or function…
102 // userdata before you register a usertype,
109 // make usertype metatable
132 …nd play around with the values. Even more stuff :doc:`you can do<../api/usertype>` is described el…
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/docs/source/tutorial/
H A Dcxx-in-lua.rst4usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or function…
102 // userdata before you register a usertype,
109 // make usertype metatable
132 …nd play around with the values. Even more stuff :doc:`you can do<../api/usertype>` is described el…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/docs/source/tutorial/
H A Dcxx-in-lua.rst4usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or function…
102 // userdata before you register a usertype,
109 // make usertype metatable
132 …nd play around with the values. Even more stuff :doc:`you can do<../api/usertype>` is described el…
/dports/textproc/source-highlight/source-highlight-3.1.9/doc/
H A Dclike_vardeclaration.lang.texinfo3 (@t{@i{usertype}},@t{@i{usertype}},@t{@i{normal}}) =
/dports/devel/sol2/sol2-4.0.0-alpha/tests/runtime_tests/source/
H A Dusertypes.inheritance.cpp123 …sol::usertype<Base> baseusertype = lua.new_usertype<Base>("Base", basector, "get_num", &Base::get_…
132 sol::usertype<Derived> derivedusertype
160 sol::usertype<A> uta = lua.new_usertype<A>("A", sol::base_classes, sol::base_list<>());
166 sol::usertype<B> utb = lua.new_usertype<B>("B", sol::base_classes, sol::base_list<A>());
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/dataporten/
H A Dprovider.py83 usertype, username = userid.split(':')
84 if usertype == 'feide':

12345678910>>...25