Conv< unsigned short > Class Template Reference
#include <Conv.h>
List of all members.
Static Public Member Functions |
static unsigned int | size (unsigned short val) |
static const unsigned short | buf2val (double **buf) |
static void | val2buf (unsigned short val, double **buf) |
static void | str2val (unsigned short &val, const string &s) |
static void | val2str (string &s, unsigned short val) |
static string | rttiType () |
template<>
class Conv< unsigned short >
Member Function Documentation
static const unsigned short Conv< unsigned short >::buf2val |
( |
double ** |
buf |
) |
[inline, static] |
static string Conv< unsigned short >::rttiType |
( |
|
) |
[inline, static] |
static unsigned int Conv< unsigned short >::size |
( |
unsigned short |
val |
) |
[inline, static] |
This is the size used in the serialized form.
static void Conv< unsigned short >::str2val |
( |
unsigned short & |
val, |
|
|
const string & |
s | |
|
) |
| | [inline, static] |
static void Conv< unsigned short >::val2buf |
( |
unsigned short |
val, |
|
|
double ** |
buf | |
|
) |
| | [inline, static] |
static void Conv< unsigned short >::val2str |
( |
string & |
s, |
|
|
unsigned short |
val | |
|
) |
| | [inline, static] |
The documentation for this class was generated from the following file: