enum RemiLib::MmappedFile::Mode

Overview

A Flags enumeration that dictates the read/write state of an MmappedFile.

Defined in:

remilib/mmappedfile.cr

Enum Members

Read = 1
ReadWrite = 3

Instance Method Summary

Constructor methods inherited from struct Enum

new(val : RemiLib::RSConf::RSValue) new

Class methods inherited from class Object

fromRsconf(toplevel : RemiLib::RSConf::RSValue)
fromRsconf(data : String | IO | Path)
fromRsconf

Instance Method Detail

def read? #

[View source]
def read_write? #

[View source]