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