Go to the documentation of this file.Go to the SVN repository for this file.
33 #ifndef CONNECT_SERVICES__NAMED_PARAMETERS_HPP
34 #define CONNECT_SERVICES__NAMED_PARAMETERS_HPP
64 template <
typename TYPE>
78 template <
typename TYPE,
int TAG>
98 template <
typename TYPE>
const CNamedParameterList * m_MoreParams
const CNamedParameterList & operator,(const CNamedParameterList &more_params) const
CNamedParameterList(int tag, const CNamedParameterList *more_params)
CNamedParameterValue(int tag, const CNamedParameterList *more_params, const TYPE &value)
CValue(const TYPE &value, const CNamedParameterList *more_params=NULL)
CValue operator=(const TYPE &value)
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const TYPE & Get(const CNamedParameterList *param)
const GenericPointer< typename T::ValueType > T2 value