HDK
|
This is the complete list of members for arg_mapper< Context >, including all inherited members.
char_type typedef | arg_mapper< Context > | |
map(signed char val) -> int | arg_mapper< Context > | inline |
map(unsigned char val) -> unsigned | arg_mapper< Context > | inline |
map(short val) -> int | arg_mapper< Context > | inline |
map(unsigned short val) -> unsigned | arg_mapper< Context > | inline |
map(int val) -> int | arg_mapper< Context > | inline |
map(unsigned val) -> unsigned | arg_mapper< Context > | inline |
map(long val) -> long_type | arg_mapper< Context > | inline |
map(unsigned long val) -> ulong_type | arg_mapper< Context > | inline |
map(long long val) -> long long | arg_mapper< Context > | inline |
map(unsigned long long val) -> unsigned long long | arg_mapper< Context > | inline |
map(int128_t val) -> int128_t | arg_mapper< Context > | inline |
map(uint128_t val) -> uint128_t | arg_mapper< Context > | inline |
map(bool val) -> bool | arg_mapper< Context > | inline |
map(T val) -> char_type | arg_mapper< Context > | inline |
map(float val) -> float | arg_mapper< Context > | inline |
map(double val) -> double | arg_mapper< Context > | inline |
map(long double val) -> long double | arg_mapper< Context > | inline |
map(char_type *val) -> const char_type * | arg_mapper< Context > | inline |
map(const char_type *val) -> const char_type * | arg_mapper< Context > | inline |
map(const T &val) -> basic_string_view< char_type > | arg_mapper< Context > | inline |
map(const T &val) -> basic_string_view< char_type > | arg_mapper< Context > | inline |
map(const T &val) -> basic_string_view< char_type > | arg_mapper< Context > | inline |
map(const signed char *val) -> const char * | arg_mapper< Context > | inline |
map(const unsigned char *val) -> const char * | arg_mapper< Context > | inline |
map(signed char *val) -> const char * | arg_mapper< Context > | inline |
map(unsigned char *val) -> const char * | arg_mapper< Context > | inline |
map(void *val) -> const void * | arg_mapper< Context > | inline |
map(const void *val) -> const void * | arg_mapper< Context > | inline |
map(std::nullptr_t val) -> const void * | arg_mapper< Context > | inline |
map(T) -> enable_if_t< std::is_pointer< T >::value, int > | arg_mapper< Context > | inline |
map(const T(&values)[N]) -> const T(&)[N] | arg_mapper< Context > | inline |
map(const T &val) -> decltype(std::declval< arg_mapper >().map(static_cast< typename std::underlying_type< T >::type >(val))) | arg_mapper< Context > | inline |
map(const T &val) -> const T & | arg_mapper< Context > | inline |
map(const T &named_arg) -> decltype(std::declval< arg_mapper >().map(named_arg.value)) | arg_mapper< Context > | inline |
map(...) -> unformattable | arg_mapper< Context > | inline |