rockhopper.rhapi.file

Undocumented in source.

Members

Aliases

FileH
alias FileH = Handle!false
Undocumented in source.
FileIOException
alias FileIOException = FileException!IOStatus
Undocumented in source.
FileOpenException
alias FileOpenException = FileException!OpenStatus
Undocumented in source.
PipeEndHA
alias PipeEndHA = Handle!true
Undocumented in source.
PipeEndHR
alias PipeEndHR = Handle!(true, true, false)
Undocumented in source.
PipeEndHW
alias PipeEndHW = Handle!(true, false)
Undocumented in source.

Classes

FileException
class FileException(S)
Undocumented in source.

Enums

SeekOrigin
enum SeekOrigin
Undocumented in source.

Functions

getStderr
auto getStderr()
Undocumented in source. Be warned that the author may not have intended to support it.
getStdin
auto getStdin()
Undocumented in source. Be warned that the author may not have intended to support it.
getStdout
auto getStdout()
Undocumented in source. Be warned that the author may not have intended to support it.
streamify
auto streamify(H value)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

FileOpenMode (from eventcore.driver)
public import eventcore.driver : FileOpenMode;
Undocumented in source.

Structs

Pipe
struct Pipe
Undocumented in source.
Stream
struct Stream(H)
Undocumented in source.

Meta