NCBI C++ ToolKit
Classes | Functions
ns_queue_parameters.hpp File Reference
#include <string>
#include <connect/services/json_over_uttp.hpp>
#include "ns_precise_time.hpp"
+ Include dependency graph for ns_queue_parameters.hpp:
+ This graph shows which files directly or indirectly include this file:

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 &param_name, const TValueType &value_from, const TValueType &value_to)
 
template<>
void AddParameterToDiff (CJsonNode &output, const string &param_name, const string &value_from, const string &value_to)
 
template<>
void AddParameterToDiff (CJsonNode &output, const string &param_name, const bool &value_from, const bool &value_to)
 
template<>
void AddParameterToDiff (CJsonNode &output, const string &param_name, const double &value_from, const double &value_to)
 
template<>
void AddParameterToDiff (CJsonNode &output, const string &param_name, const long &value_from, const long &value_to)
 

Function Documentation

◆ AddParameterToDiff() [1/5]

template<>
void AddParameterToDiff ( CJsonNode output,
const string param_name,
const bool value_from,
const bool value_to 
)
inline

◆ AddParameterToDiff() [2/5]

template<>
void AddParameterToDiff ( CJsonNode output,
const string param_name,
const double &  value_from,
const double &  value_to 
)
inline

◆ AddParameterToDiff() [3/5]

template<>
void AddParameterToDiff ( CJsonNode output,
const string param_name,
const long &  value_from,
const long &  value_to 
)
inline

◆ AddParameterToDiff() [4/5]

template<>
void AddParameterToDiff ( CJsonNode output,
const string param_name,
const string value_from,
const string value_to 
)
inline

◆ AddParameterToDiff() [5/5]

template<typename TValueType >
void AddParameterToDiff ( CJsonNode output,
const string param_name,
const TValueType &  value_from,
const TValueType &  value_to 
)
Modified on Sat Jun 08 14:19:31 2024 by modify_doxy.py rev. 669887