Class SharedFileCommon

Class Documentation

class SharedFileCommon

Interface distributed to all members of a shared output file.

Contains the objects required to be distributed amongst all members of a shared output file.

Public Functions

inline SharedFileCommon()
SharedFileCommon(const std::string &name, ecl::WriteMode mode)

Automatically opens a file and initialises the count.

Automatically opens a file and initialises the count.

Parameters:
  • name – : file name.

  • mode – : writing mode (either New or Append).

inline virtual ~SharedFileCommon()

Friends

friend class ecl::SharedFile
friend class SharedFileManager