mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 13:35:04 +00:00
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
Both GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR can be used to customize the installation of the gflags library. One specifies the C++ namespace name of the gflags symbols, the other the include subdirectory path of the public header files. By default, both are set to "gflags", but other Google libraries still expect "google" as C++ namespace name, but not necessarily also include path. |
||
---|---|---|
cmake | ||
doc | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
AUTHORS.txt | ||
ChangeLog.txt | ||
CMakeLists.txt | ||
COPYING.txt | ||
INSTALL.txt | ||
NEWS.txt | ||
README.txt |
This package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used.