Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
Loading...
Searching...
No Matches
native.h
Go to the documentation of this file.
1
#pragma once
2
3
#if defined(WIN32)
4
#include "
windows/windows.h
"
5
#elif defined(__unix__)
6
#include "
unix/unix.h
"
7
#elif defined(__APPLE__)
8
#include "
mac/mac.h
"
9
#else
10
# error "Error, unsupported platform"
11
#endif
12
13
#include <string>
14
#include <vector>
15
16
namespace
dcn::native
17
{
25
std::pair<int, std::string>
runProcess
(
const
std::string &
command
, std::vector<std::string>
args
= {});
26
}
mac.h
dcn::native
Definition
native.h:17
dcn::native::runProcess
std::pair< int, std::string > runProcess(const std::string &command, std::vector< std::string > args={})
Definition
unix.cpp:7
dcn::RouteArgRequirement::optional
@ optional
unix.h
windows.h
src
native
include
native.h
Generated by
1.9.8