enum
RemiLib::MmappedFile::Mode
Overview
A Flags enumeration that dictates the read/write state of an
MmappedFile.
Defined in:
remilib/mmappedfile.crEnum Members
-
Read =
1 -
ReadWrite =
3
Instance Method Summary
-
#read?
Returns
trueif this enum value equalsRead -
#read_write?
Returns
trueif this enum value equalsReadWrite
Instance methods inherited from struct Enum
toRsconf(builder : RemiLib::RSConf::Builder)
toRsconf
Constructor methods inherited from struct Enum
new(val : RemiLib::RSConf::RSValue)
new
Instance methods inherited from class Object
toRsconf(io : IO, *, indentSize : Int = 2, alwaysQuoteKeys : Bool = false, explicitRootObject : Bool = false, commaAfterValues : Bool = false, extraNewlineBetweenToplevelKeys : Bool = false) : NiltoRsconf(*, indentSize : Int = 2, alwaysQuoteKeys : Bool = false, explicitRootObject : Bool = false, commaAfterValues : Bool = false, extraNewlineBetweenToplevelKeys : Bool = false) : String toRsconf
Class methods inherited from class Object
fromRsconf(toplevel : RemiLib::RSConf::RSValue)fromRsconf(data : String | IO | Path) fromRsconf