Dobby 3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Small utility class to emit data to a file rather than string. More...
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 |
Small utility class to emit data to a file rather than string.