CHROMA
inline_io.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Support for inline measurements
4  */
5 
6 #ifndef INLINE_IO_H
7 #define INLINE_IO_H
8 
9 #include "chromabase.h"
10 #include "handle.h"
12 
13 
14 namespace Chroma {
15 
16  // Read an inline measurement
17  void read(XMLReader& xml,
18  const std::string& path,
19  Handle< AbsInlineMeasurement >& meas_handle);
20 
21 
22  // Return an inline measurement
23  AbsInlineMeasurement* readInlineMeasurement(XMLReader& xml,
24  const std::string& path);
25 }
26 
27 #endif
Abstract inline measurements.
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
Class for counted reference semantics.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
AbsInlineMeasurement * readInlineMeasurement(XMLReader &xml, const std::string &path)
Definition: inline_io.cc:18
::std::string string
Definition: gtest.h:1979