InfinispanHotRodC++Client
8.2.0.Alpha1
|
Go to the source code of this file.
Functions | |
template<class T > | |
bool | unwrapResults (QueryResponse resp, std::vector< T > &res) |
template<typename T > | |
T | unwrapSingleValue (const WrappedMessage &wm) |
template<> | |
std::string | unwrapSingleValue< std::string > (const WrappedMessage &wm) |
template<> | |
int | unwrapSingleValue< int > (const WrappedMessage &wm) |
template<typename T > | |
T | unwrapSingleResult (const QueryResponse &qr) |
template<typename H , typename... Params> | |
std::tuple< H, Params...> | popTuple (QueryResponse &resp, int &k) |
template<> | |
std::tuple< std::string > | popTuple< std::string > (QueryResponse &resp, int &k) |
template<> | |
std::tuple< int > | popTuple< int > (QueryResponse &resp, int &k) |
template<typename... Params> | |
bool | unwrapProjection (QueryResponse &resp, std::vector< std::tuple< Params...> > &prjRes) |
std::tuple<H, Params...> popTuple | ( | QueryResponse & | resp, |
int & | k | ||
) |
std::tuple<int> popTuple< int > | ( | QueryResponse & | resp, |
int & | k | ||
) |
std::tuple<std::string> popTuple< std::string > | ( | QueryResponse & | resp, |
int & | k | ||
) |
bool unwrapProjection | ( | QueryResponse & | resp, |
std::vector< std::tuple< Params...> > & | prjRes | ||
) |
bool unwrapResults | ( | QueryResponse | resp, |
std::vector< T > & | res | ||
) |
T unwrapSingleResult | ( | const QueryResponse & | qr | ) |
T unwrapSingleValue | ( | const WrappedMessage & | wm | ) |
int unwrapSingleValue< int > | ( | const WrappedMessage & | wm | ) |
std::string unwrapSingleValue< std::string > | ( | const WrappedMessage & | wm | ) |