ssrc::wisp::protocol::CallTraits< CallerType, ParameterType, detail::VoidReturnType > Struct Template Reference
The two-parameter CallTraits template defines all the type information characterizing a OneWay call. More...
#include <Caller.h>
Public Types |
|
typedef ParameterType | parameter_type |
The parameter type required by the call. More... |
|
typedef detail::VoidReturnType | return_type |
The type returned by the call (void). More... |
|
typedef CallerType | caller_type |
The type of Caller through which the call must be made. More... |
|
Static Public Attributes |
|
static const CallType | call_type = OneWay |
The type of call (OneWay). More... |
|
Detailed Description
template<typename CallerType, typename ParameterType>
struct ssrc::wisp::protocol::CallTraits< CallerType, ParameterType, detail::VoidReturnType >
The two-parameter CallTraits template defines all the type information characterizing a OneWay call.
- Parameters
-
CallerType The type of Caller through which the call must be made. ParameterType The parameter type of the call.
Member Typedef Documentation
template<typename CallerType , typename ParameterType >
typedef CallerType ssrc::wisp::protocol::CallTraits< CallerType, ParameterType, detail::VoidReturnType >::caller_type |
template<typename CallerType , typename ParameterType >
typedef ParameterType ssrc::wisp::protocol::CallTraits< CallerType, ParameterType, detail::VoidReturnType >::parameter_type |
template<typename CallerType , typename ParameterType >
typedef detail::VoidReturnType ssrc::wisp::protocol::CallTraits< CallerType, ParameterType, detail::VoidReturnType >::return_type |
Member Data Documentation
template<typename CallerType , typename ParameterType >
|
static |
The documentation for this struct was generated from the following file:
Copyright © 2006-2012 Savarese Software Research Corporation. All rights reserved.
Copyright © 2017 Savarese Software Research Corporation. All rights reserved