gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <string>
Go to the source code of this file.
Functions | |
int | GetGmshMajorVersion () |
int | GetGmshMinorVersion () |
int | GetGmshPatchVersion () |
const char * | GetGmshExtraVersion () |
const char * | GetGmshVersion () |
const char * | GetGmshBuildDate () |
const char * | GetGmshBuildHost () |
const char * | GetGmshPackager () |
const char * | GetGmshBuildOS () |
const char * | GetGmshShortLicense () |
const char * | GetGmshBuildOptions () |
std::vector< std::pair< std::string, std::string > > | GetUsage () |
std::vector< std::pair< std::string, std::string > > | GetShortcutsUsage (const std::string &ctrl="") |
std::vector< std::pair< std::string, std::string > > | GetMouseUsage () |
void | PrintUsage (const std::string &name) |
std::vector< std::string > | GetBuildInfo () |
void | PrintBuildInfo () |
void | GetOptions (bool readConfigFiles, bool exitOnError) |
std::vector<std::string> GetBuildInfo | ( | ) |
Definition at line 364 of file CommandLine.cpp.
Referenced by opt_general_build_info(), and PrintBuildInfo().
const char* GetGmshBuildDate | ( | ) |
Definition at line 61 of file CommandLine.cpp.
const char* GetGmshBuildHost | ( | ) |
Definition at line 62 of file CommandLine.cpp.
const char* GetGmshBuildOptions | ( | ) |
Definition at line 66 of file CommandLine.cpp.
const char* GetGmshBuildOS | ( | ) |
Definition at line 64 of file CommandLine.cpp.
const char* GetGmshExtraVersion | ( | ) |
Definition at line 59 of file CommandLine.cpp.
int GetGmshMajorVersion | ( | ) |
Definition at line 56 of file CommandLine.cpp.
int GetGmshMinorVersion | ( | ) |
Definition at line 57 of file CommandLine.cpp.
const char* GetGmshPackager | ( | ) |
Definition at line 63 of file CommandLine.cpp.
int GetGmshPatchVersion | ( | ) |
Definition at line 58 of file CommandLine.cpp.
const char* GetGmshShortLicense | ( | ) |
Definition at line 65 of file CommandLine.cpp.
const char* GetGmshVersion | ( | ) |
Definition at line 60 of file CommandLine.cpp.
std::vector<std::pair<std::string, std::string> > GetMouseUsage | ( | ) |
Definition at line 330 of file CommandLine.cpp.
Referenced by PrintOptionsDoc().
void GetOptions | ( | bool | readConfigFiles, |
bool | exitOnError | ||
) |
Definition at line 1478 of file CommandLine.cpp.
Referenced by GmshInitialize().
std::vector<std::pair<std::string, std::string> > GetShortcutsUsage | ( | const std::string & | ctrl = "" | ) |
Definition at line 219 of file CommandLine.cpp.
Referenced by PrintOptionsDoc().
std::vector<std::pair<std::string, std::string> > GetUsage | ( | ) |
Definition at line 68 of file CommandLine.cpp.
Referenced by PrintOptionsDoc(), and PrintUsage().
void PrintBuildInfo | ( | ) |
Definition at line 416 of file CommandLine.cpp.
Referenced by GetOtherOption().
void PrintUsage | ( | const std::string & | name | ) |
Definition at line 350 of file CommandLine.cpp.
Referenced by GetOptions(), GetOtherOption(), and GmshMainBatch().