nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros | Functions
nds_channel_selection.cc File Reference
#include <algorithm>
#include <cstring>
#include <cctype>
#include <type_traits>
#include <iterator>
#include "nds_channel_selection.hh"
#include "nds_str_utility.hh"
#include "common/utils.hh"
Include dependency graph for nds_channel_selection.cc:

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::detail
 

Macros

#define NOMINMAX
 

Functions

std::string NDS::detail::filter_trend_from_string (const std::string &input)
 
channel NDS::detail::strip_trend_from_name (const channel &chan)
 
bool NDS::detail::channel_type_less_than (const channel *c1, const channel *c2)
 
bool NDS::detail::channel_type_equal (const channel *c1, const channel *c2)
 
std::string NDS::detail::err_msg_malformed_channel (const std::string &name)
 
std::string NDS::detail::err_msg_lookup_failure (const std::string &name, NDS::connection::protocol_type protocol)
 
template<typename It >
std::string NDS::detail::err_msg_lookup_ambigous (const std::string &name, It dup_begin, It dup_end)
 

Macro Definition Documentation

#define NOMINMAX