Ubuntu TV Media Scanner
A centralized index for removable media content.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | List of all members
mediascanner::dbus::MethodProxyCallTrait< MethodProxy, InputArguments, OutputArguments > Struct Template Reference

#include <mediascanner/dbusutils.h>

Public Types

typedef Method< InputArguments,
OutputArguments > 
method_type
 
typedef
method_type::input_args_type 
input_args_type
 
typedef
method_type::output_args_type 
output_args_type
 
typedef MethodProxyCall
< typename
input_args_type::value0_type,
typename
input_args_type::value1_type,
typename
input_args_type::value2_type,
typename
input_args_type::value3_type,
typename
input_args_type::value4_type,
typename
input_args_type::value5_type,
typename
input_args_type::value6_type,
typename
input_args_type::value7_type,
typename
output_args_type::value0_type,
typename
output_args_type::value1_type,
typename
output_args_type::value2_type,
typename
output_args_type::value3_type,
typename
output_args_type::value4_type,
typename
output_args_type::value5_type,
typename
output_args_type::value6_type,
typename
output_args_type::value7_type,
MethodProxy
type
 

Member Typedef Documentation

template<typename MethodProxy, typename InputArguments, typename OutputArguments>
typedef method_type::input_args_type mediascanner::dbus::MethodProxyCallTrait< MethodProxy, InputArguments, OutputArguments >::input_args_type
template<typename MethodProxy, typename InputArguments, typename OutputArguments>
typedef Method<InputArguments, OutputArguments> mediascanner::dbus::MethodProxyCallTrait< MethodProxy, InputArguments, OutputArguments >::method_type
template<typename MethodProxy, typename InputArguments, typename OutputArguments>
typedef method_type::output_args_type mediascanner::dbus::MethodProxyCallTrait< MethodProxy, InputArguments, OutputArguments >::output_args_type
template<typename MethodProxy, typename InputArguments, typename OutputArguments>
typedef MethodProxyCall<typename input_args_type::value0_type, typename input_args_type::value1_type, typename input_args_type::value2_type, typename input_args_type::value3_type, typename input_args_type::value4_type, typename input_args_type::value5_type, typename input_args_type::value6_type, typename input_args_type::value7_type, typename output_args_type::value0_type, typename output_args_type::value1_type, typename output_args_type::value2_type, typename output_args_type::value3_type, typename output_args_type::value4_type, typename output_args_type::value5_type, typename output_args_type::value6_type, typename output_args_type::value7_type, MethodProxy> mediascanner::dbus::MethodProxyCallTrait< MethodProxy, InputArguments, OutputArguments >::type