Honeycomb  0.1
Component-Model Framework
Namespaces | Functions
Util.h File Reference
#include "Honey/String/String.h"
Include dependency graph for Util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 honey
 Global Honeycomb namespace.
 
 honey::string
 String util.
 

Functions

void honey::string::parseArgv (const String &str, int &argc, char **&argv)
 Parse command-line arguments into argc/argv. More...
 
void honey::string::deleteArgv (int argc, char **&argv)