#include <xvr2/SystemException.h>
#include <xvr2/Platform/PlatformException.h>
#include <xvr2/RawInputStream.h>
#include <xvr2/RawOutputStream.h>
#include <xvr2/String.h>
#include <xvr2/Buffer.h>
Go to the source code of this file.
Namespaces | |
namespace | xvr2 |
namespace | xvr2::Platform |
Classes | |
class | xvr2::Platform::ProcessRunner |
Generalized process execution class, it may work just like when you call the c library's system() function or even better, I may let you manipulate interactive commands as well. More... | |
class | xvr2::Platform::ProcessException |