CHROMA
meas/inline/io/io.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Inline reader and writers for memory buffers
5  *
6  * Central include file for all inline memory reader and writers
7  */
8 
9 /*! \defgroup inlineio IO support
10  * \ingroup inline
11  *
12  * Central include file for all inline memory reader and writers
13  */
14 
15 #ifndef __inline_io_h__
16 #define __inline_io_h__
17 
18 #include "inline_io_aggregate.h"
19 #include "default_gauge_field.h"
20 
21 #include "inline_erase_obj.h"
22 #include "inline_list_obj.h"
23 #include "inline_gaussian_obj.h"
24 
25 #endif
Functions to set and get default gauge field.
Inline task to write an object from a named buffer.
Inline task to gaussian init a named object.
Inline io aggregator.
Inline task to write an object from a named buffer.