|
SIRIUS 7.5.0
Electronic structure library and applications
|
Contains definition and implementation of cmd_args class. More...
Go to the source code of this file.
Classes | |
| class | sirius::cmd_args |
| Simple command line arguments handler. More... | |
Namespaces | |
| module | sirius |
| Namespace of the SIRIUS library. | |
Functions | |
| template<> | |
| std::string | sirius::cmd_args::value< std::string > (const std::string key__) const |
| template<> | |
| std::string | sirius::cmd_args::value< std::string > (const std::string key__, const std::string default_val__) const |
| template<> | |
| std::vector< double > | sirius::cmd_args::value< std::vector< double > > (const std::string key__) const |
| template<> | |
| std::vector< int > | sirius::cmd_args::value< std::vector< int > > (const std::string key__) const |
Contains definition and implementation of cmd_args class.
Definition in file cmd_args.hpp.