Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
DobbyFileEmitter Class Reference

Small utility class to emit data to a file rather than string. More...

Inheritance diagram for DobbyFileEmitter:
Inheritance graph
[legend]
Collaboration diagram for DobbyFileEmitter:
Collaboration graph
[legend]

Public Member Functions

 DobbyFileEmitter (int fd)
 
void Emit (char c) override
 
void Emit (const std::string &s) override
 
void Emit (const char *s) override
 
void Emit (const char *s, size_t n) override
 

Private Attributes

int mFd
 

Detailed Description

Small utility class to emit data to a file rather than string.


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