C++ features by examples
Standalone Struct Reference

is wrapped by Bridge. AKA adaptee of Adapter More...

Public Member Functions

float standalone_method () const
 

Detailed Description

is wrapped by Bridge. AKA adaptee of Adapter

It could be a legacy interface playing adaptee role in Adapter pattern

Definition at line 303 of file patterns.cpp.

Member Function Documentation

◆ standalone_method()

float Standalone::standalone_method ( ) const
inline

Definition at line 309 of file patterns.cpp.

309 {
310 return 1.01;
311 }
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: