Functions | |
vector< string > | SplitArguments (std::string s) |
Split command line into arguments. |
std::vector< std::string > SgStringUtil::SplitArguments | ( | std::string | s | ) |
Split command line into arguments.
Allows " for words containing whitespaces.
Definition at line 17 of file SgStringUtil.cpp.
Referenced by SgProcess::SgProcess().