nx_metadata_sdk  1.0
Metadata SDK
apple_utils.h
1 // Copyright 2018-present Network Optix, Inc. Licensed under MPL 2.0: www.mozilla.org/MPL/2.0/
2 
3 #include <vector>
4 #include <string>
5 
6 namespace nx {
7 namespace kit {
8 namespace apple_utils {
9 
10 std::vector<std::string> getProcessCmdLineArgs();
11 
12 } // namespace apple_utils
13 } // namespace kit
14 } // namespace nx
Definition: apple_utils.h:6