userver: dump::FileWriter Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dump::FileWriter Class Referencefinal

A handle to a dump file. File operations block the thread. More...

#include <userver/dump/operations_file.hpp>

+ Inheritance diagram for dump::FileWriter:
+ Collaboration diagram for dump::FileWriter:

Public Member Functions

 FileWriter (std::string path, boost::filesystem::perms perms, tracing::ScopeTime &scope)
 Creates a new dump file and opens it.
 
void Finish () override
 Must be called once all data has been written.
 
- Public Member Functions inherited from dump::Writer
template<typename T >
void Write (const T &data)
 Writes binary data.
 

Additional Inherited Members

Detailed Description

A handle to a dump file. File operations block the thread.

Definition at line 19 of file operations_file.hpp.

Constructor & Destructor Documentation

◆ FileWriter()

dump::FileWriter::FileWriter ( std::string  path,
boost::filesystem::perms  perms,
tracing::ScopeTime scope 
)
explicit

Creates a new dump file and opens it.

Exceptions
`Error`on a filesystem error

Member Function Documentation

◆ Finish()

void dump::FileWriter::Finish ( )
overridevirtual

Must be called once all data has been written.

Warning
This method must not be called from within Write/Read
Exceptions
`Error`on write operation failure

Implements dump::Writer.


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