|
Assignments
Assignments
|
#include <iostream>#include <sstream>#include <fstream>#include <algorithm>#include <cassert>#include <string.h>#include <Util/exceptions.h>Go to the source code of this file.
Namespaces | |
| namespace | Util |
Functions | |
| void | Util::CmdLineParse (int argc, char **argv, CmdLineReadable **params) |
| std::string | Util::ToUpper (const std::string &str) |
| std::string | Util::ToLower (const std::string &str) |
| std::string | Util::GetFileExtension (const std::string &fileName) |
| std::string | Util::GetLocalFileName (const std::string &fileName) |
| std::string | Util::GetFileDirectory (const std::string &fileName) |
| std::string | Util::GetFileName (const std::string &directory, const std::string &localFileName) |
| std::vector< std::string > | Util::ReadWords (const std::string &fileName) |