| 
    Bridge++
    Version 1.4.4
    
   | 
 
Functions | |
| int | test_io_gconf_main (const std::string &) | 
| int | check_conf (const unique_ptr< Field_G > &f, const unique_ptr< Field_G > &g) | 
| int | test_io_gconf_text () | 
| int | test_io_gconf_binary () | 
| int | test_io_gconf_binary_parallel () | 
| int | test_io_gconf_binary_distributed () | 
| int | test_io_gconf_fortran () | 
| int | test_io_gconf_ILDG () | 
| int | test_io_gconf_ILDG_parallel () | 
| static bool | is_equal (const double x, const double y) | 
Variables | |
| const std::string | test_name = "IO.GaugeConfig" | 
Test of I/O.
(Implemented by Aoyama-san.) (Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
| int Test_IO_GaugeConfig::check_conf | ( | const unique_ptr< Field_G > & | f, | 
| const unique_ptr< Field_G > & | g | ||
| ) | 
Definition at line 253 of file test_IO_GaugeConfig.cpp.
      
  | 
  inlinestatic | 
Definition at line 238 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_binary | ( | ) | 
Definition at line 50 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_binary_distributed | ( | ) | 
Definition at line 62 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_binary_parallel | ( | ) | 
Definition at line 56 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_fortran | ( | ) | 
Definition at line 68 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_ILDG | ( | ) | 
Definition at line 74 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_ILDG_parallel | ( | ) | 
Definition at line 80 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_main | ( | const std::string & | filename_input | ) | 
Definition at line 131 of file test_IO_GaugeConfig.cpp.
| int Test_IO_GaugeConfig::test_io_gconf_text | ( | ) | 
Definition at line 44 of file test_IO_GaugeConfig.cpp.
| const std::string Test_IO_GaugeConfig::test_name = "IO.GaugeConfig" | 
Definition at line 32 of file test_IO_GaugeConfig.cpp.