Honeycomb
0.1
Component-Model Framework
Main Page
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
common
Honey
String
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
} }
honey::string::parseArgv
void parseArgv(const String &str, int &argc, char **&argv)
Parse command-line arguments into argc/argv.
Definition:
Util.cpp:8
honey::string::deleteArgv
void deleteArgv(int argc, char **&argv)
Definition:
Util.cpp:113
String.h
honey
Global Honeycomb namespace.
Generated on Wed Oct 28 2015 17:11:42 for Honeycomb by
1.8.10