Conv< double > Class Template Reference

#include <Conv.h>

List of all members.

Static Public Member Functions

static unsigned int size (double val)
static const double buf2val (double **buf)
static void val2buf (double val, double **buf)
static void str2val (double &val, const string &s)
static void val2str (string &s, double val)
static string rttiType ()

Detailed Description

template<>
class Conv< double >

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 double Conv< double >::buf2val ( double **  buf  )  [inline, static]
static string Conv< double >::rttiType (  )  [inline, static]
static unsigned int Conv< double >::size ( double  val  )  [inline, static]

This is the size used in the serialized form.

static void Conv< double >::str2val ( double &  val,
const string &  s 
) [inline, static]
static void Conv< double >::val2buf ( double  val,
double **  buf 
) [inline, static]
static void Conv< double >::val2str ( string &  s,
double  val 
) [inline, static]

The documentation for this class was generated from the following file:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1