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>
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 | |
MIRA_BASE_EXPORT int | executeProcess (const std::string &cmd, std::string *oStdOut=NULL, std::string *oErrOut=NULL) |
Executes a given command/process. More... | |
Platform independent system calls.