#include "infinispan/hotrod/Query.h"
#include <tuple>
Go to the source code of this file.
|
template<class T > |
bool | unwrapResults (QueryResponse resp, std::vector< T > &res) |
|
template<typename T > |
T | unwrapSingleValue (const WrappedMessage &wm) |
|
template<typename T > |
T | unwrapSingleResult (const QueryResponse &qr) |
|
template<typename H , typename... Params> |
std::tuple< H, Params... > | popTuple (const RepeatedPtrField< WrappedMessage > &wMsgs, int &k) |
|
template<typename H , typename... Params> |
std::tuple< H, Params... > | popTuple (QueryResponse &resp, int &k) |
|
template<typename... Params> |
bool | unwrapProjection (QueryResponse &resp, std::vector< std::tuple< Params... > > &prjRes) |
|
template<typename H , typename... Params>
std::tuple<H, Params...> popTuple |
( |
const RepeatedPtrField< WrappedMessage > & |
wMsgs, |
|
|
int & |
k |
|
) |
| |
template<typename H , typename... Params>
std::tuple<H, Params...> popTuple |
( |
QueryResponse & |
resp, |
|
|
int & |
k |
|
) |
| |
template<typename... Params>
bool unwrapProjection |
( |
QueryResponse & |
resp, |
|
|
std::vector< std::tuple< Params... > > & |
prjRes |
|
) |
| |
template<class T >
bool unwrapResults |
( |
QueryResponse |
resp, |
|
|
std::vector< T > & |
res |
|
) |
| |
template<typename T >
T unwrapSingleResult |
( |
const QueryResponse & |
qr | ) |
|
template<typename T >
T unwrapSingleValue |
( |
const WrappedMessage & |
wm | ) |
|