| 
    Bridge++
    Version 1.4.4
    
   | 
 
FieldIO_Null class for an analogue of /dev/null. More...
#include <fieldIO_Null.h>
  
 Public Member Functions | |
| FieldIO_Null (const IO_Format::Format *format) | |
| void | read_file (Field *v, string filename) | 
| void | write_file (Field *v, string filename) | 
  Public Member Functions inherited from FieldIO | |
| FieldIO (const IO_Format::Format *format) | |
| < constructor. format specifies data layout on file.  More... | |
| virtual | ~FieldIO () | 
| virtual void | read_file (Field *v, std::string)=0 | 
| read data from file.  More... | |
| virtual void | write_file (Field *v, std::string)=0 | 
| write data to file.  More... | |
| virtual void | read_file (std::vector< Field * > &vv, const std::string &filename) | 
| virtual void | write_file (std::vector< Field * > &vv, const std::string &filename) | 
| void | deliver (Field *vlocal, Field *vglobal) | 
| distribute data on primary node over parallel nodes.  More... | |
| void | gather (Field *vglobal, Field *vlocal) | 
| gather data on parallel nodes to primary node.  More... | |
Static Public Attributes | |
| static const std::string | class_name = "FieldIO_Null" | 
  Static Public Attributes inherited from FieldIO | |
| static const std::string | class_name = "FieldIO" | 
Additional Inherited Members | |
  Static Public Member Functions inherited from FieldIO | |
| static void | byte_swap (void *buf, size_t size, size_t nmemb) | 
| < convert byte order. alternative interface.  More... | |
| static void | convert_endian (void *buf, size_t size, size_t nmemb) | 
| check if machine byte order is big-endian.  More... | |
| static bool | is_bigendian () | 
  Protected Attributes inherited from FieldIO | |
| const IO_Format::Format * | m_format | 
| Bridge::VerboseLevel | m_vl | 
FieldIO_Null class for an analogue of /dev/null.
FieldIO_Null class provides a dummy I/O entry for discarding output, analogous to sending to /dev/null. [26 June 2016 T.Aoyama]
Definition at line 32 of file fieldIO_Null.h.
      
  | 
  inline | 
Definition at line 38 of file fieldIO_Null.h.
| void FieldIO_Null::read_file | ( | Field * | v, | 
| string | filename | ||
| ) | 
Definition at line 22 of file fieldIO_Null.cpp.
| void FieldIO_Null::write_file | ( | Field * | v, | 
| string | filename | ||
| ) | 
Definition at line 34 of file fieldIO_Null.cpp.
      
  | 
  static | 
Definition at line 35 of file fieldIO_Null.h.