#include <JBasicMarshaller.h>
|
static void | noRelease (std::vector< char > *) |
|
static void | release (std::vector< char > *buf) |
|
template<class T > |
static T | unmarshall (char *) |
|
Enumerator |
---|
MARSHALL_VERSION |
|
SMALL_STRING |
|
MEDIUM_STRING |
|
INTEGER |
|
static void infinispan::hotrod::JBasicMarshallerHelper::noRelease |
( |
std::vector< char > * |
| ) |
|
|
inlinestatic |
static void infinispan::hotrod::JBasicMarshallerHelper::release |
( |
std::vector< char > * |
buf | ) |
|
|
inlinestatic |
template<class T >
static T infinispan::hotrod::JBasicMarshallerHelper::unmarshall |
( |
char * |
| ) |
|
|
static |
template<>
std::string infinispan::hotrod::JBasicMarshallerHelper::unmarshall |
( |
char * |
b | ) |
|
template<>
int infinispan::hotrod::JBasicMarshallerHelper::unmarshall |
( |
char * |
b | ) |
|
The documentation for this class was generated from the following file: