3#ifndef DUNE_GRAPEDATAIOFORMATTYPE_HH 
    4#define DUNE_GRAPEDATAIOFORMATTYPE_HH 
   21  typedef std::string GrapeIOStringType;
 
   28    GrapeIOStringType tmp = 
"unknown";
 
   33  inline GrapeIOStringType typeIdentifier<float> ()
 
   35    GrapeIOStringType tmp = 
"float";
 
   40  inline GrapeIOStringType typeIdentifier<int> ()
 
   42    GrapeIOStringType tmp = 
"int";
 
   47  inline GrapeIOStringType typeIdentifier<double> ()
 
   49    GrapeIOStringType tmp = 
"double";
 
Dune namespace.
Definition: alignment.hh:10
 
GrapeIOStringType typeIdentifier()
convert type to string
Definition: grapedataioformattypes.hh:26
 
GrapeIOFileFormatType
Definition: grapedataioformattypes.hh:15
 
@ xdr
Definition: grapedataioformattypes.hh:16
 
@ ascii
store data in a human readable form
Definition: grapedataioformattypes.hh:15