|
Tapkee
|
#include <chain_interface.hpp>
Public Member Functions | |
| initialize () | |
| tapkee_internal::ParametersInitializedState | withParameters (const ParametersSet ¶meters) const |
Definition at line 437 of file chain_interface.hpp.
| initialize | ( | ) |
Constructor that is the first required method in the call chain.
Definition at line 442 of file chain_interface.hpp.
| tapkee_internal::ParametersInitializedState withParameters | ( | const ParametersSet & | parameters | ) | const |
The second required method in the call chain. Returns an instance representing a state with initialized parameters.
In the chain this method's call is followed by any of
| parameters | a set of parameters formed from keywords assigned to values |
Definition at line 458 of file chain_interface.hpp.