This is the complete list of members for xtd::convert_pointer, including all inherited members.
| to_ptr(const current_type *value) -> const new_type * | xtd::convert_pointer | inlinestatic |
| to_ptr(current_type *value) -> new_type * | xtd::convert_pointer | inlinestatic |
| to_ptr(const current_type &value) -> const new_type * | xtd::convert_pointer | inlinestatic |
| to_ptr(current_type &value) -> new_type * | xtd::convert_pointer | inlinestatic |
| to_ptr(const xtd::ptr< current_type > &value) -> xtd::ptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_ptr(xtd::ptr< current_type > &value) -> xtd::ptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_ptr(xtd::ptr< current_type > &&value) -> xtd::ptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_ref(const current_type &value) -> const new_type & | xtd::convert_pointer | inlinestatic |
| to_ref(current_type &value) -> new_type & | xtd::convert_pointer | inlinestatic |
| to_ref(const current_type *value) -> const new_type & | xtd::convert_pointer | inlinestatic |
| to_ref(current_type *value) -> new_type & | xtd::convert_pointer | inlinestatic |
| to_shared_ptr(const xtd::sptr< current_type > &value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_shared_ptr(xtd::sptr< current_type > &value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_shared_ptr(xtd::sptr< current_type > &&value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_sptr(const xtd::sptr< current_type > &value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_sptr(xtd::sptr< current_type > &value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_sptr(xtd::sptr< current_type > &&value) -> xtd::sptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_unique_ptr(xtd::uptr< current_type > &value) -> xtd::uptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_unique_ptr(xtd::uptr< current_type > &&value) -> xtd::uptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_uptr(xtd::uptr< current_type > &value) -> xtd::uptr< new_type > | xtd::convert_pointer | inlinestatic |
| to_uptr(xtd::uptr< current_type > &&value) -> xtd::uptr< new_type > | xtd::convert_pointer | inlinestatic |