|
MIRA
|
Platform independent system calls. More...
#include <string>#include <vector>#include <boost/noncopyable.hpp>#include <boost/optional.hpp>#include <boost/iostreams/device/file_descriptor.hpp>#include <boost/iostreams/stream.hpp>#include <platform/Platform.h>#include <utils/EnumToFlags.h>#include <utils/Time.h>#include <unistd.h>

Go to the source code of this file.
Classes | |
| class | Process |
| Encapsulates a process, that was launched from the current process. More... | |
| class | Process::Environment |
| Holds the environment variables that can be passed to a process. More... | |
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
| int | executeProcess (const std::string &cmd, std::string *oStdOut=NULL, std::string *oErrOut=NULL) |
| Executes a given command/process. More... | |
Platform independent system calls.
1.8.14