|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
Classes | |
| struct | CommandLineOption |
| class | CommandLineParser |
| class | Optional |
| class | Required |
| class | WithArgument |
| class | WithoutArgument |
Variables | |
| static std::unordered_map< std::type_index, std::string > | type_names |
| using GetOpts::WithDoubleArgument = WithArgument<double, Derived> |
| using GetOpts::WithFileArgument = WithArgument<fs::path, Derived> |
| using GetOpts::WithIntegerArgument = WithArgument<int, Derived> |
| using GetOpts::WithStringArgument = WithArgument<std::string, Derived> |
|
inlinestatic |
Referenced by GetOpts::WithArgument< double, Derived >::generateUsage().