Skip to content

iox::posix::PosixRights🔗

Public Functions🔗

Name
PosixRights(bool f_read, bool f_write, bool f_execute)

Public Attributes🔗

Name
bool m_read
bool m_write
bool m_execute

Public Functions Documentation🔗

function PosixRights🔗

PosixRights(
    bool f_read,
    bool f_write,
    bool f_execute
)

Public Attributes Documentation🔗

variable m_read🔗

bool m_read;

variable m_write🔗

bool m_write;

variable m_execute🔗

bool m_execute;

Updated on 26 April 2021 at 15:31:01 CEST