|
QtPass 1.7.0
Multi-platform GUI for pass, the standard unix password manager.
|
The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list. More...
#include <filecontent.h>
Public Member Functions | |
| NamedValues (std::initializer_list< NamedValue > values) | |
| Construct a NamedValues list from an initializer list. | |
| auto | takeValue (const QString &name) -> QString |
| Remove and return the value for the named field. | |
The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list.
Definition at line 33 of file filecontent.h.
| NamedValues::NamedValues | ( | std::initializer_list< NamedValue > | values | ) |
Construct a NamedValues list from an initializer list.
| values | Initial set of NamedValue pairs. |
| auto NamedValues::takeValue | ( | const QString & | name | ) | -> QString |
Remove and return the value for the named field.
| name | Field name to look up and remove. |