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