Honeycomb  0.1
Component-Model Framework
Util.h
Go to the documentation of this file.
1 // Honeycomb, Copyright (C) 2015 NewGamePlus Inc. Distributed under the Boost Software License v1.0.
2 #pragma once
3 
4 #include "Honey/String/String.h"
5 
6 namespace honey
7 {
9 namespace string
10 {
11 
13 void parseArgv(const String& str, int& argc, char**& argv);
14 void deleteArgv(int argc, char**& argv);
15 
16 } }
void parseArgv(const String &str, int &argc, char **&argv)
Parse command-line arguments into argc/argv.
Definition: Util.cpp:8
void deleteArgv(int argc, char **&argv)
Definition: Util.cpp:113
Global Honeycomb namespace.