![]() |
advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
|
Implementation of the option_info class. More...
#include "advgetopt/option_info.h"#include "advgetopt/exception.h"#include "advgetopt/validator_double.h"#include "advgetopt/validator_integer.h"#include <cppthread/log.h>#include <libutf8/libutf8.h>#include <snapdev/poison.h>
Go to the source code of this file.
Namespaces | |
| namespace | advgetopt |
| The advgetopt environment to parse command line options. | |
Functions | |
| bool | advgetopt::operator!= (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator!= (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| std::string | advgetopt::operator+ (char const *value, option_info_ref const &rhs) |
| Concatenate a string and an option reference value. | |
| std::string | advgetopt::operator+ (char value, option_info_ref const &rhs) |
| Concatenate a character and an option reference value. | |
| std::string | advgetopt::operator+ (char32_t value, option_info_ref const &rhs) |
| Concatenate a character and an option reference value. | |
| std::string | advgetopt::operator+ (std::string const &value, option_info_ref const &rhs) |
| Concatenate a string and an option reference value. | |
| bool | advgetopt::operator< (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator< (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator<= (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator<= (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator== (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator== (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator> (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator> (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator>= (char const *value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
| bool | advgetopt::operator>= (std::string const &value, option_info_ref const &rhs) |
Compare value with the value of the right hand-side option. | |
This is the implementation of the class used to define one command line option.
Definition in file option_info_ref.cpp.
This document is part of the Snap! Websites Project.
Copyright by Made to Order Software Corp.