|
JX Application Framework
|
This is the complete list of members for JThisProcess, including all inherited members.
| Abort() | JThisProcess | static |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| CheckACEReactor() | JThisProcess | static |
| CheckForFinishedChild(const bool block) | JProcess | static |
| CheckForSignals() | JThisProcess | static |
| ChildExecFailed() | JThisProcess | static |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| Create(JProcess **process, const JString &str, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JPtrArray< JString > &argList, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JUtf8Byte *argv[], const JSize size, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JString &str, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JPtrArray< JString > &argList, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Create(JProcess **process, const JString &workingDirectory, const JUtf8Byte *argv[], const JSize size, const JExecuteAction toAction=kJIgnoreConnection, int *toFD=nullptr, const JExecuteAction fromAction=kJIgnoreConnection, int *fromFD=nullptr, const JExecuteAction errAction=kJIgnoreConnection, int *errFD=nullptr) | JProcess | static |
| Exit(const int returnValue) | JThisProcess | static |
| Fork(pid_t *pid) | JThisProcess | static |
| GetFinishReason(JChildExitReason *reason, int *result) const | JProcess | inline |
| GetPGID(pid_t *pgid) const | JProcess | inline |
| GetPID() const | JProcess | inline |
| GetRecipientCount() const | JBroadcaster | |
| GetReturnValue(int *result) const | JProcess | inline |
| GetSenderCount() const | JBroadcaster | |
| GetSigintJumpBuffer() | JThisProcess | static |
| GetStopSignal(int *result) const | JProcess | inline |
| GetTermSignal(int *result) const | JProcess | inline |
| handle_signal(int signum, siginfo_t *, ucontext_t *) override | JThisProcess | protected |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| Ignore(JProcess *p) | JThisProcess | static |
| Initialize() | JThisProcess | inlinestatic |
| Instance() | JThisProcess | static |
| IsFinished() const | JProcess | inline |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JProcess(const pid_t pid) | JProcess | |
| JThisProcess() | JThisProcess | protected |
| kAbort | JThisProcess | static |
| kBrokenPipe | JThisProcess | static |
| kChildProcessFinished | JThisProcess | static |
| kFinished | JProcess | static |
| kFPE | JThisProcess | static |
| Kill() | JProcess | inline |
| KillAtExit(JProcess *p, const bool kill=true) | JThisProcess | static |
| JProcess::KillAtExit(const bool kill=true) | JProcess | |
| kIllegalInstruction | JThisProcess | static |
| kKeyboardInterrupt | JThisProcess | static |
| kKeyboardQuit | JThisProcess | static |
| kParentProcessFinished | JThisProcess | static |
| kSegFault | JThisProcess | static |
| kTerminate | JThisProcess | static |
| kTimerFinished | JThisProcess | static |
| kTTYInput | JThisProcess | static |
| kTTYOutput | JThisProcess | static |
| kUnrecognized | JThisProcess | static |
| kUserSignal1 | JThisProcess | static |
| kUserSignal2 | JThisProcess | static |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| Quit() | JProcess | inline |
| QuitAtExit(JProcess *p, const bool quit=true) | JThisProcess | static |
| JProcess::QuitAtExit(const bool quit=true) | JProcess | |
| Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendSignal(const int signal) | JProcess | inline |
| SendSignalToGroup(const int signal) | JProcess | |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetPriority(const int priority) | JProcess | inline |
| ShouldCatchSignal(const int sig, const bool catchIt) | JThisProcess | static |
| ShouldDeleteWhenFinished(const bool deleteObj=true) | JProcess | inline |
| StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
| StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
| SuccessfulFinish() const | JProcess | inline |
| ToString() const | JBroadcaster | virtual |
| WaitUntilFinished() | JProcess | |
| WillCatchSignal(const int sig) | JThisProcess | static |
| WillDeleteWhenFinished() const | JProcess | inline |
| WillKillAtExit(const JProcess *p) | JThisProcess | static |
| JProcess::WillKillAtExit() const | JProcess | |
| WillQuitAtExit(const JProcess *p) | JThisProcess | static |
| JProcess::WillQuitAtExit() const | JProcess | |
| ~JBroadcaster() | JBroadcaster | virtual |
| ~JProcess() override | JProcess | |
| ~JThisProcess() override | JThisProcess |