Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
StaticInterface< Impl, Interface > Struct Template Reference
Static Interface helper class. More...
#include <StaticInterface.h>
Public Member Functions | |
| Impl * | impl () |
| const Impl * | impl () const |
Detailed Description
template<typename Impl, template< typename > class Interface>
struct ble::StaticInterface< Impl, Interface >
Static Interface helper class.
- Template Parameters:
-
Impl Implementation class. Interface Interface template
Definition at line 30 of file StaticInterface.h.
Member Function Documentation
| Impl* impl | ( | ) |
- Returns:
- A pointer to the implementation class.
Definition at line 35 of file StaticInterface.h.
| const Impl* impl | ( | ) | const |
- Returns:
- A pointer to the implementation class.
Definition at line 43 of file StaticInterface.h.
Generated on Tue Jul 12 2022 13:55:39 by
1.7.2