MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Conv.h>
Static Public Member Functions | |
static const Id | buf2val (double **buf) |
static string | rttiType () |
static unsigned int | size (Id val) |
static void | str2val (Id &val, const string &s) |
static void | val2buf (Id id, double **buf) |
static void | val2str (string &s, Id val) |
The template specialization of Conv< Id > sets up alignment on word boundaries by storing the Id as a double. It also deals with the string conversion issues.