ABI-Safe type_info
Detailed DescriptionMacro Definition Documentation◆ ADOBE_NAME_TYPE_0
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type parameters. For example: ADOBE_NAME_TYPE_0("string_t:version_1:adobe", adobe::version_1::string_t);. Definition at line 260 of file typeinfo.hpp. ◆ ADOBE_NAME_TYPE_1
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type paramters. For example: ADOBE_NAME_TYPE_1("pointer", T0*) Definition at line 277 of file typeinfo.hpp. ◆ ADOBE_NAME_TYPE_2
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type paramters. ADOBE_NAME_TYPE_2("closed_hash_map:version_1:adobe", adobe::version_1::closed_hash_map<T0, T1, boost::hash<T0>, std::equal_to<T0> > Definition at line 295 of file typeinfo.hpp. ◆ ADOBE_NAME_TYPE_3
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type paramters.
Definition at line 312 of file typeinfo.hpp. ◆ ADOBE_NAME_TYPE_4
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type paramters.
Definition at line 330 of file typeinfo.hpp. ◆ ADOBE_NAME_TYPE_5
Register a type for use with manual adobe::version_1::type_info_t . This integer indicates the number of template type paramters.
Definition at line 348 of file typeinfo.hpp. Function Documentation◆ type_info() [1/3]
retruns the type_info_t object corresponding to the type T Definition at line 226 of file typeinfo.hpp. ◆ type_info() [2/3]
retruns the type_info_t object corresponding to the type T Definition at line 234 of file typeinfo.hpp. ◆ type_info() [3/3]
retruns the type_info_t object corresponding to the type T Definition at line 241 of file typeinfo.hpp. |