G4DimensionedType.hh File Reference

#include "globals.hh"
#include "G4ConversionFatalError.hh"
#include "G4String.hh"
#include "G4UnitsTable.hh"
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  G4DimensionedTypeUtils

Data Structures

class  G4DimensionedType< T, ConversionErrorPolicy >

Functions

G4bool G4DimensionedTypeUtils::GetUnitValue (const G4String &unit, G4double &value)
template<typename M>
std::ostream & operator<< (std::ostream &os, const G4DimensionedType< M > &obj)


Function Documentation

template<typename M>
std::ostream& operator<< ( std::ostream &  os,
const G4DimensionedType< M > &  obj 
)

Definition at line 166 of file G4DimensionedType.hh.

00166                                                                           {
00167   os << obj.RawValue()<<" "<<obj.Unit();
00168   return os;
00169 }


Generated on Mon May 27 17:50:41 2013 for Geant4 by  doxygen 1.4.7