Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::UserLock Struct Referenceabstract
Inheritance diagram for nix::UserLock:
nix::AutoUserLock nix::SimpleUserLock

Public Member Functions

std::pair< uid_t, uid_t > getUIDRange ()
virtual uid_t getUID ()=0
virtual uid_t getUIDCount ()=0
virtual gid_t getGID ()=0
virtual std::vector< gid_t > getSupplementaryGIDs ()=0

Member Function Documentation

◆ getUID()

virtual uid_t nix::UserLock::getUID ( )
pure virtual

Get the first UID.

Implemented in nix::AutoUserLock, and nix::SimpleUserLock.

◆ getUIDRange()

std::pair< uid_t, uid_t > nix::UserLock::getUIDRange ( )
inline

Get the first and last UID.


The documentation for this struct was generated from the following file: