Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Analyse RFIM policy to extract traits. More...
#include <cheetah/rfim/PolicyInfo.h>
Public Types | |
typedef boost::function_types::result_type< AdapterFuncType >::type | AdapterType |
typedef boost::function_types::result_type< FuncType >::type | AdapterDataReturnType |
typedef std::conditional< std::is_member_function_pointer< AdapterFuncType >::value, typename boost::mpl::at_c< boost::function_types::parameter_types< AdapterFuncType >, 1 >::type, typename boost::mpl::at_c< boost::function_types::parameter_types< AdapterFuncType >, 0 >::type >::type | DataArgumentType |
The argument type that is to be expected to represent the TimeFrequencyData. | |
typedef std::conditional< std::is_same< void, AdapterDataReturnType >::value, DataArgumentType, AdapterDataReturnType >::type | ReturnType |
the data type the policy will return | |
Protected Attributes | |
decltype(&PolicyType::adapter) typedef | AdapterFuncType |
Analyse RFIM policy to extract traits.
Definition at line 42 of file PolicyInfo.h.