This header defines types used by Web services. More...
#include <ssrc/wispers/ws/protocol.h>
#include <boost/regex.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
Include dependency graph for ws/types.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | CallParameter |
struct | PatternParameter |
Typedefs | |
typedef std::unordered_map < string, call_handler_type > | call_handler_map |
typedef boost::ptr_vector < CallParameter > | parameter_sequence |
Variables | |
__BEGIN_NS_SSRC_WSPR_WS typedef boost::function< void(const WebServiceCall &, const NS_SSRC_WISP_PROTOCOL::MessageInfo &)> | call_handler_type |
Detailed Description
This header defines types used by Web services.
Definition in file ws/types.h.
Typedef Documentation
typedef std::unordered_map<string, call_handler_type> call_handler_map |
Definition at line 36 of file ws/types.h.
typedef boost::ptr_vector<CallParameter> parameter_sequence |
Definition at line 93 of file ws/types.h.
Variable Documentation
__BEGIN_NS_SSRC_WSPR_WS typedef boost::function<void (const WebServiceCall &, const NS_SSRC_WISP_PROTOCOL::MessageInfo &)> call_handler_type |
Definition at line 34 of file ws/types.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.