|
Assignments
Assignments
|
#include <stdarg.h>#include <cstring>#include <cstdlib>#include <string>#include <vector>#include "cmdLineParser.inl"Go to the source code of this file.
Classes | |
| class | Util::CmdLineReadable |
| class | Util::CmdLineParameter< Type > |
| class | Util::CmdLineParameterArray< Type, Dim > |
| class | Util::CmdLineParameters< Type > |
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::vector< std::string > | Util::ReadWords (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) |
Variables | |
| static const char | Util::FileSeparator = '/' |