File SolidSyslogNullBlockDevice.h¶
FileList > Core > Interface > SolidSyslogNullBlockDevice.h
Go to the source code of this file
The no-op BlockDevice Null object: every method reports a device that does not exist — Acquire, Dispose, Exists, Read, Append and WriteAt return false, Size and GetBlockSize return 0.
#include "ExternC.h"
Public Functions¶
| Type | Name |
|---|---|
| struct SolidSyslogBlockDevice * | SolidSyslogNullBlockDevice_Get (void) Every method reports a device that does not exist: Acquire, Dispose, Exists, Read, Append and WriteAt all return false, and Size and GetBlockSize return 0. |
Public Functions Documentation¶
function SolidSyslogNullBlockDevice_Get¶
Every method reports a device that does not exist: Acquire, Dispose, Exists, Read, Append and WriteAt all return false, and Size and GetBlockSize return 0.
The documentation for this class was generated from the following file Core/Interface/SolidSyslogNullBlockDevice.h