NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SQueueParameters |
Functions | |
template<typename TValueType > | |
void | AddParameterToDiff (CJsonNode &output, const string ¶m_name, const TValueType &value_from, const TValueType &value_to) |
template<> | |
void | AddParameterToDiff (CJsonNode &output, const string ¶m_name, const string &value_from, const string &value_to) |
template<> | |
void | AddParameterToDiff (CJsonNode &output, const string ¶m_name, const bool &value_from, const bool &value_to) |
template<> | |
void | AddParameterToDiff (CJsonNode &output, const string ¶m_name, const double &value_from, const double &value_to) |
template<> | |
void | AddParameterToDiff (CJsonNode &output, const string ¶m_name, const long &value_from, const long &value_to) |
|
inline |
Definition at line 264 of file ns_queue_parameters.hpp.
References CJsonNode::AppendBoolean(), CJsonNode::NewArrayNode(), and output.
|
inline |
Definition at line 276 of file ns_queue_parameters.hpp.
References CJsonNode::AppendDouble(), CJsonNode::NewArrayNode(), and output.
|
inline |
Definition at line 288 of file ns_queue_parameters.hpp.
References CJsonNode::AppendInteger(), CJsonNode::NewArrayNode(), and output.
|
inline |
Definition at line 252 of file ns_queue_parameters.hpp.
References CJsonNode::AppendString(), CJsonNode::NewArrayNode(), output, and NStr::PrintableString().
void AddParameterToDiff | ( | CJsonNode & | output, |
const string & | param_name, | ||
const TValueType & | value_from, | ||
const TValueType & | value_to | ||
) |
Definition at line 240 of file ns_queue_parameters.hpp.
References CJsonNode::AppendString(), CJsonNode::NewArrayNode(), and output.
Referenced by SQueueParameters::Diff().