CoreComponents 3.0.0
A Modern C++ Toolkit
|
This is the complete list of members for Process, including all inherited members.
alias(const State *state) | Object | protectedstatic |
as() const | Object | |
cd(const String &path) | Process | static |
currentId() | Process | static |
cwd() | Process | static |
daemonize() | Process | static |
effectiveGroupId() | Process | static |
effectiveUserId() | Process | static |
env(const String &name) | Process | static |
env(const String &name, const String &fallback) | Process | static |
envMap() | Process | static |
error() const | Process | |
exec(const String &command) | Process | static |
exec(const List< String > &args) | Process | static |
execPath() | Process | static |
exit(int status) | Process | static |
id() const | Process | |
initOnce() | Object | protected |
initOncePerThread() | Object | protected |
input() const | Process | |
is() const | Object | |
isDaemonized() | Process | static |
isNull() const | Object | |
isSignaled(int status) | Process | static |
isSuperUser() | Process | static |
isWeak() const | Object | |
kill(int pid, Signal signal=Signal::Terminate) | Process | static |
killGroup(int gid, Signal signal=Signal::Terminate) | Process | static |
Object()=default | Object | |
Object(State *newState) | Object | explicitprotected |
Object(State *state, Alias) (defined in Object) | Object | explicitprotected |
Object(State *state, Weak) (defined in Object) | Object | explicitprotected |
operator bool() const | Object | explicit |
operator<=>(const Object &other) const | Object | |
operator=(std::nullptr_t) (defined in Object) | Object | protected |
operator==(const Object &other) const | Object | |
output() const | Process | |
parentId() | Process | static |
Process()=default | Process | |
Process(const String &command) | Process | explicit |
Process(const Command &command) | Process | explicit |
raise(Signal signal) | Process | static |
realGroupId() | Process | static |
realUserId() | Process | static |
setEffectiveGroupId(int gid) | Process | static |
setEffectiveUserId(int uid) | Process | static |
setEnv(const String &name, const String &value) | Process | static |
setGroupId(int gid) | Process | static |
setUserId(int uid) | Process | static |
setUserMask(FileMode newMask, Out< FileMode > oldMask=None{}) | Process | static |
signalNumber(int status) | Process | static |
startSession() | Process | static |
unsetEnv(const String &name) | Process | static |
useCount() const | Object | |
wait() | Process | |
weak() const (defined in Object) | Object | protected |
weak(const State *state) (defined in Object) | Object | protectedstatic |