chrono::ChCastingMap Member List
This is the complete list of members for chrono::ChCastingMap, including all inherited members.
AddCastingFunction(const std::string &from, const std::type_index &from_ti, const std::string &to, const std::type_index &to_ti, std::function< void *(void *)> conv_ptr_fun, std::function< std::shared_ptr< void >(std::shared_ptr< void >)> conv_shptr_fun) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
ChCastingMap(const std::string &from, const std::type_index &from_ti, const std::string &to, const std::type_index &to_ti, std::function< void *(void *)> conv_ptr_fun, std::function< std::shared_ptr< void >(std::shared_ptr< void >)> conv_shptr_fun) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | |
Convert(const std::string &from, const std::string &to, void *vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::type_index &from_it, const std::type_index &to_it, void *vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::string &from, const std::type_index &to_it, void *vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::type_index &from_it, const std::string &to, void *vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::string &from, const std::string &to, std::shared_ptr< void > vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::type_index &from_it, const std::type_index &to_it, std::shared_ptr< void > vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::string &from, const std::type_index &to_it, std::shared_ptr< void > vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
Convert(const std::type_index &from_it, const std::string &to, std::shared_ptr< void > vptr) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
GetClassnameFromPtrTypeindex(std::type_index typeindex) (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |
PrintCastingFunctions() (defined in chrono::ChCastingMap) | chrono::ChCastingMap | static |