eckit::Bless class

Public functions

auto operator()(bool* a) -> bool
auto operator()(int* a) -> int
auto operator()(short* a) -> short
auto operator()(char* a) -> char
auto operator()(long* a) -> long
auto operator()(long long* a) -> long long
auto operator()(unsigned long* a) -> unsigned long
auto operator()(unsigned int* a) -> unsigned int
auto operator()(unsigned char* a) -> unsigned char
auto operator()(unsigned short* a) -> unsigned short
auto operator()(unsigned long long* a) -> unsigned long long
auto operator()(double* a) -> double
template<class T>
auto operator()(T*) -> Bless&