TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | List of all members
common::zstd::ofstream Class Reference

Output file stream that writes Zstd-compressed data. More...

#include <zstdstream.h>

Inherits common::zstd::fsholder< std::ofstream >, and std::ostream.

Public Member Functions

 ofstream (const std::string &path, std::ios_base::openmode mode=std::ios_base::out)
 
virtual ~ofstream ()
 
virtual operator bool () const
 
void close ()
 

Detailed Description

Output file stream that writes Zstd-compressed data.

Constructor & Destructor Documentation

common::zstd::ofstream::ofstream ( const std::string &  path,
std::ios_base::openmode  mode = std::ios_base::out 
)
explicit
common::zstd::ofstream::~ofstream ( )
virtual

Member Function Documentation

void common::zstd::ofstream::close ( )
common::zstd::ofstream::operator bool ( ) const
virtual

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