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