Nix  2.93.0-dev
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:
[legend]

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::SimpleUserLock, and nix::AutoUserLock.

◆ 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: