![]() |
Realm
A distributed, event-based tasking library
|
This is the complete list of members for Realm::CodeTranslator, including all inherited members.
| can_translate(const std::type_info &source_impl_type, const std::type_info &target_impl_type)=0 | Realm::CodeTranslator | pure virtual |
| can_translate(const CodeDescriptor &source_codedesc, const std::type_info &target_impl_type) | Realm::CodeTranslator | virtual |
| can_translate(const std::type_info &source_impl_type) | Realm::CodeTranslator | |
| can_translate(const CodeDescriptor &source_codedesc) | Realm::CodeTranslator | |
| CodeTranslator(const std::string &_name) | Realm::CodeTranslator | protected |
| name | Realm::CodeTranslator | |
| translate(const CodeImplementation *source, const std::type_info &target_impl_type)=0 | Realm::CodeTranslator | pure virtual |
| translate(const CodeDescriptor &source_codedesc, const std::type_info &target_impl_type) | Realm::CodeTranslator | virtual |
| translate(const CodeImplementation *source) | Realm::CodeTranslator | |
| translate(const CodeDescriptor &source_codedesc) | Realm::CodeTranslator | |
| ~CodeTranslator(void) | Realm::CodeTranslator | virtual |