CastIQMember.
More...
#include <IterationPack_CastIQMember.hpp>
Inheritance diagram for IterationPack::CastIQMemberBase:
Public Member Functions | |
| const std::string & | iq_name () const |
| Name returns the name of the iteration quantity. | |
| bool | exists_in (const AlgorithmState &s) const |
| Returns if the iteration quantity exists in the state object. | |
Protected Member Functions | |
| CastIQMemberBase (const std::string iq_name) | |
| | |
| void | cache_iq_id (const AlgorithmState &s) const |
| | |
| void | throw_cast_error (const AlgorithmState::iq_id_type iq_id, const std::string &iqa_name) const |
| | |
Protected Attributes | |
| const std::string | iq_name_ |
| | |
| AlgorithmState::iq_id_type | iq_id_ |
| | |
CastIQMember.
This class is included to avoid code blot with the templates.
Definition at line 45 of file IterationPack_CastIQMember.hpp.
|
|
Definition at line 37 of file IterationPack_CastIQMember.cpp. |
|
|
Name returns the name of the iteration quantity.
Definition at line 42 of file IterationPack_CastIQMember.cpp. |
|
|
Returns if the iteration quantity exists in the state object.
Definition at line 48 of file IterationPack_CastIQMember.cpp. |
|
|
Definition at line 54 of file IterationPack_CastIQMember.cpp. |
|
||||||||||||
|
Definition at line 61 of file IterationPack_CastIQMember.cpp. |
|
|
Definition at line 61 of file IterationPack_CastIQMember.hpp. |
|
|
Definition at line 63 of file IterationPack_CastIQMember.hpp. |
1.3.9.1