xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::convert_pointer, including all inherited members.
to_ptr(const type_t *value) | xtd::convert_pointer | inlinestatic |
to_ptr(type_t *value) | xtd::convert_pointer | inlinestatic |
to_ptr(const current_type_t *value) | xtd::convert_pointer | inlinestatic |
to_ptr(current_type_t *value) | xtd::convert_pointer | inlinestatic |
to_ptr(const current_type_t &value) | xtd::convert_pointer | inlinestatic |
to_ptr(current_type_t &value) | xtd::convert_pointer | inlinestatic |
to_ref(const type_t &value) | xtd::convert_pointer | inlinestatic |
to_ref(type_t &value) | xtd::convert_pointer | inlinestatic |
to_ref(const type_t *value) | xtd::convert_pointer | inlinestatic |
to_ref(type_t *value) | xtd::convert_pointer | inlinestatic |
to_ref(const current_type_t &value) | xtd::convert_pointer | inlinestatic |
to_ref(current_type_t &value) | xtd::convert_pointer | inlinestatic |
to_ref(const current_type_t *value) | xtd::convert_pointer | inlinestatic |
to_ref(current_type_t *value) | xtd::convert_pointer | inlinestatic |
to_shared_ptr(const std::shared_ptr< current_type_t > &value) | xtd::convert_pointer | inlinestatic |
to_shared_ptr(std::shared_ptr< current_type_t > &value) | xtd::convert_pointer | inlinestatic |
to_shared_ptr(std::shared_ptr< current_type_t > &&value) | xtd::convert_pointer | inlinestatic |
to_unique_ptr(std::unique_ptr< current_type_t > &value) | xtd::convert_pointer | inlinestatic |
to_unique_ptr(std::unique_ptr< current_type_t > &&value) | xtd::convert_pointer | inlinestatic |