|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <Conv.h>
Collaboration diagram for Conv< vector< T > >:Static Public Member Functions | |
| static const vector< T > | buf2val (double **buf) |
| static string | rttiType () |
| static unsigned int | size (const vector< T > &val) |
| static void | str2val (vector< T > &val, const string &s) |
| static void | val2buf (const vector< T > &val, double **buf) |
| static void | val2str (string &s, const vector< T > &val) |
Trying to do a partial specialization. This works with anything that has a uniform size. Assume strings are the only exception. The first double in the vector vec_ holds the # of data entries that follow it. This excludes the space for the size entry itself.
|
inlinestatic |
|
inlinestatic |
Definition at line 607 of file Conv.h.
References Conv< T >::rttiType().
Here is the call graph for this function:
|
inlinestatic |
Size of returned array in doubles.
Definition at line 570 of file Conv.h.
References Conv< T >::size().
Here is the call graph for this function:
|
inlinestatic |
|
inlinestatic |
Definition at line 590 of file Conv.h.
References Conv< T >::val2buf().
Here is the call graph for this function:
|
inlinestatic |