![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Go to the source code of this file.
Namespaces | |
namespace | Os |
namespace | Os::Delegate |
Functions | |
template<class Interface , class Implementation , class StorageType > | |
Interface * | Os::Delegate::makeDelegate (StorageType &aligned_new_memory) |
Make a delegate of type Interface using Implementation without copy-constructor support (generic function) | |
template<class Interface , class Implementation , class StorageType > | |
Interface * | Os::Delegate::makeDelegate (StorageType &aligned_new_memory, const Interface *to_copy) |
Make a delegate of type Interface using Implementation with copy-constructor support (generic function) | |