Inheritance diagram for ConduitStyle:
Public Types | |
enum | Access { Read = 0x01, Write = 0x02, ReadWrite = 0x03 } |
Public Member Functions | |
this (Access access) | |
Access | access () |
Static Public Member Functions | |
static | this () |
Static Public Attributes | |
static ConduitStyle | Read |
static ConduitStyle | Write |
static ConduitStyle | ReadWrite |
Private Attributes | |
Access | m_access |
Definition at line 49 of file ConduitStyle.d.
|
Declare the basic styles for a Conduit Definition at line 57 of file ConduitStyle.d. |
|
Setup common instances of ConduitStyle Reimplemented in FileStyle. Definition at line 81 of file ConduitStyle.d. References ConduitStyle, Read, ReadWrite, and Write. |
|
Construct a ConduitStyle with the given access Definition at line 94 of file ConduitStyle.d. |
|
Return the access attribute of this ConduitStyle Definition at line 105 of file ConduitStyle.d. References m_access. Referenced by Conduit::isReadable(), Conduit::isWritable(), FileConduit::VersionPosix::open(), FileConduit::VersionWin32::open(), VersionMapped::MappedFile::VersionWin32::this(), and this(). |
|
Definition at line 63 of file ConduitStyle.d. |
|
Expose common instances of ConduitStyle Reimplemented in FileStyle. Definition at line 71 of file ConduitStyle.d. Referenced by Conduit::isReadable(), VersionMapped::MappedFile::VersionWin32::this(), and this(). |
|
Expose common instances of ConduitStyle Reimplemented in FileStyle. Definition at line 71 of file ConduitStyle.d. Referenced by Conduit::isWritable(), and this(). |
|
Expose common instances of ConduitStyle Reimplemented in FileStyle. Definition at line 71 of file ConduitStyle.d. Referenced by SocketConduit::getStyle(), and this(). |