nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
nds_parameter_block.hh File Reference
#include <string>
#include <vector>
#include <unordered_map>
#include <memory>
#include "nds_gap_handler.hh"
#include "nds_connection.hh"
Include dependency graph for nds_parameter_block.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NDS::detail::param_gap_handler
 
struct  NDS::detail::param_net_conn_info
 
class  NDS::detail::parameter_block
 A parameter block describes parameters affecting the behavior of the NDS::connection. More...
 
class  NDS::detail::parameter_accessor
 A parameter_accessor allows internal code to access the detail::parameter_block in a NDS::connection::parameters object. More...
 

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::detail
 

Functions

bool NDS::detail::str_to_bool (const std::string &input, bool &dest)
 Given a std::string extract a boolean value. More...