#include <SysInterpreterInstance.hpp>
Public Member Functions | |
| SysSearchPath (const char *parent, const char *extension) | |
| ~SysSearchPath () | |
| SysSearchPath (const char *parent, const char *extension) | |
| ~SysSearchPath () | |
Public Attributes | |
| char * | path |
Definition at line 70 of file unix/SysInterpreterInstance.hpp.
| SysSearchPath::SysSearchPath | ( | const char * | parentDir, |
| const char * | extensionPath | ||
| ) |
Build a search path used for this resolution step.
| parentDir | The location of the program calling us (can be null). |
| extensionPath | The system extension path (can be null). |
Definition at line 125 of file unix/SysInterpreterInstance.cpp.
References SystemInterpreter::allocateResultMemory(), and path.
| SysSearchPath::~SysSearchPath | ( | ) |
Deconstructor for releasing storage used by the constructed path.
Definition at line 183 of file unix/SysInterpreterInstance.cpp.
References path, and SystemInterpreter::releaseResultMemory().
| SysSearchPath::SysSearchPath | ( | const char * | parent, |
| const char * | extension | ||
| ) |
| SysSearchPath::~SysSearchPath | ( | ) |
| char * SysSearchPath::path |
Definition at line 76 of file unix/SysInterpreterInstance.hpp.
Referenced by SysInterpreterInstance::resolveProgramName(), SysSearchPath(), and ~SysSearchPath().