ERT::FortIO Class Reference

#include <FortIO.hpp>

Public Member Functions

 FortIO ()
 
 FortIO (const std::string &filename, std::ios_base::openmode mode, bool fmt_file=false, bool endian_flip_header=ECL_ENDIAN_FLIP)
 
void open (const std::string &filename, std::ios_base::openmode mode, bool fmt_file=false, bool endian_flip_header=ECL_ENDIAN_FLIP)
 
void fflush () const
 
bool ftruncate (offset_type new_size)
 
fortio_typeget () const
 
void close ()
 

Constructor & Destructor Documentation

◆ FortIO() [1/2]

ERT::FortIO::FortIO ( )

◆ FortIO() [2/2]

ERT::FortIO::FortIO ( const std::string filename,
std::ios_base::openmode  mode,
bool  fmt_file = false,
bool  endian_flip_header = ECL_ENDIAN_FLIP 
)

Member Function Documentation

◆ close()

void ERT::FortIO::close ( )

◆ fflush()

void ERT::FortIO::fflush ( ) const

◆ ftruncate()

bool ERT::FortIO::ftruncate ( offset_type  new_size)

◆ get()

◆ open()

void ERT::FortIO::open ( const std::string filename,
std::ios_base::openmode  mode,
bool  fmt_file = false,
bool  endian_flip_header = ECL_ENDIAN_FLIP 
)

The documentation for this class was generated from the following file: