Mantid
|
Used to find ParameterTie for a parameter i. More...
Public Member Functions | |
template<class T > | |
bool | operator() (const std::unique_ptr< T > &p) |
Bracket operator. More... | |
ReferenceEqual (const IFunction &fun, size_t i) | |
Constructor. More... | |
Private Attributes | |
const IFunction & | m_fun |
The function that has the tie. More... | |
const size_t | m_i |
index to find More... | |
Used to find ParameterTie for a parameter i.
Definition at line 319 of file IFunction.cpp.
|
inlineexplicit |
Constructor.
Definition at line 327 of file IFunction.cpp.
|
inline |
Bracket operator.
p | :: the element you are looking for |
Definition at line 331 of file IFunction.cpp.
References Mantid::API::IFunction::getParameterIndex(), m_fun, and m_i.
|
private |
The function that has the tie.
Definition at line 321 of file IFunction.cpp.
Referenced by operator()().
|
private |