/third_party/boost/libs/tti/doc/ |
D | tti_introduction.qbk | 12 TTI is a library which provides the ability to introspect by name the elements 21 The metafunctions generated by TTI are used to introspect elements of a type 27 and because the functionality the library offers is the ability to introspect 30 I use the word "introspect" in a very broad sense here. Normally computer 32 by name, which can then further be used to introspect for more specific 38 library does, but I use terminology based on the word "introspect" throughout 43 * Provide the means to introspect a type at compile time
|
D | tti_function_templates.qbk | 36 Although there is no way to introspect for a function template signature in TTI, there is 47 introspect using a function template instantiation for a nested function template we are 80 exists, this is what we mean. The instantiation itself does not exist when we introspect a function… 86 The actual types and/or values we use in an instantiation of a function template we introspect 92 a function template to introspect respectively a member function template, a static member 94 the way we introspect any nested entity, but instead of looking for a signature that declares
|
D | tti_detail_has_data.qbk | 19 to introspect and the type of the data. 39 type to introspect and the type of the data. A return value called 54 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_static_member_function.qbk | 20 The first way is by passing it the enclosing type to introspect and a 27 The second way is by passing it the enclosing type to introspect and a 54 type to introspect and the signature of the static member function as a series of template 86 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_static_member_data.qbk | 19 to introspect and the type of the static member data. 39 type to introspect and the type of the static member data. A return value called 54 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_template.qbk | 14 at the least, the name of the class template to introspect. 72 introspect. 110 In the case of using the macro to introspect CClassTemplate the number of 115 In the case of using the macro to introspect DClassTemplate the number of 126 of the class template you are trying to introspect. You only specify 156 to introspect. 185 If you want to introspect the same class template name using both the 195 type to introspect. A return value called 'value' is a compile time bool constant. 235 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_function.qbk | 19 The metafunction can be invoked by passing it the enclosing type to introspect and a 43 type to introspect and the signature of the function as a series of template 66 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_member_data.qbk | 21 is the enclosing type to introspect and the second parameter is the 47 type to introspect and the type of the member data, or by instantiating the 68 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_function_template.qbk | 10 We can introspect a member function template or a static member function template 28 In order to introspect either function template we use some theoretical valid 36 What we have now which the TTI will need in order to introspect the function 81 If we chose to try to introspect the second `AFuncTemplate` within `AType` we might 100 In our two examples above we could not introspect both function templates
|
D | tti_detail_has_type.qbk | 26 to introspect. A second type may be passed to the 54 type to introspect and, optionally, an MPL lambda expression. 71 Next let us create some user-defined types we want to introspect. 177 type for which we are introspecting, we can not only introspect 227 If you introspect for a specific user-defined type with a
|
D | tti_detail_has_member_function.qbk | 21 type to introspect and a signature for the member function as a series of 64 type to introspect and the signature of the member function as a series of template 95 Next let us create some user-defined types we want to introspect.
|
D | tti_detail_has_static_member_function_template.qbk | 10 We can introspect a static member function template of a user-defined type 21 In order to introspect the function template we use some theoretical valid instantiation of 29 What we have now which the TTI will need in order to introspect the static member
|
D | tti_detail_has_member_function_template.qbk | 10 We can introspect a member function template of a user-defined type 22 In order to introspect the function template we use some theoretical valid instantiation of 30 What we have now which the TTI will need in order to introspect the member function
|
D | tti_enclosing_type.qbk | 10 The enclosing type you introspect with TTI must be a valid type
|
D | tti_functionality.qbk | 46 introspect the information that is needed. The name itself of the inner element is always passed 54 to introspect. In generating the name of the metafunction from the macro name, the 132 is 'has_type_InnerType'. We can use this same metafunction to introspect the existence of the neste… 151 is 'has_member_function_AMemberFunction'. We can use this same metafunction to introspect the
|
D | tti_why.qbk | 33 functionality to introspect a type's elements at compile time. But to the best
|
D | tti_history.qbk | 12 * You can introspect for the specific nested types of class/struct, enumeration, or union 13 * You can introspect for the nested type of function templates using function template instantiation
|
D | tti_func_templates.qbk | 10 The one nested element which the TTI library does not introspect is 161 introspect nested function templates in the TTI library.
|
/third_party/pulseaudio/src/pulse/ |
D | meson.build | 18 'introspect.c', 49 'introspect.h',
|
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/ |
D | README.md | 48 $ gdbus introspect --address unix:abstract=org.libwebsockets.test --dest org.libwebsockets.test --o… 79 $ gdbus introspect --session --dest org.libwebsockets.test --object-path /org/libwebsockets/test
|
/third_party/boost/libs/convert/doc/ |
D | tools.qbk | 29 The BOOST_DECLARE_HAS_MEMBER macro allows to declare a trait which would then let introspect the ex… 45 …_DECLARE_HAS_MEMBER and allows to declare a trait which would then let introspect the existence of…
|
/third_party/glib/gio/tests/ |
D | gdbus-test-codegen.c | 1424 introspect (GDBusConnection *connection, in introspect() function 1990 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed", loop); in check_object_manager() 2082 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2111 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2129 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2148 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2165 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2176 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2192 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() 2209 info = introspect (c, g_dbus_connection_get_unique_name (c), "/managed/first", loop); in check_object_manager() [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_conmon.md | 5 to introspect how the connection to their servers is actually performing.
|
/third_party/boost/libs/type_traits/doc/ |
D | function_traits.qbk | 26 function_traits is intended to introspect only C++ functions of the
|
/third_party/pulseaudio/ohosbuild/src/pulse/ |
D | BUILD.gn | 55 "$pulseaudio_dir/src/pulse/introspect.c",
|