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