Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
loader_util.cpp File Reference
#include <cstring>
#include "loader_util.h"

Namespaces

namespace  ug
 the ug namespace
 

Functions

void ug::split_parameters (std::vector< std::string > &paramsOut, char *strParams, const char *delims=" ")
 fills paramsOut with the parameters that are seperated by the characters given in delim.