|
QtPass 1.6.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 () | |
| Default constructor for NamedValues. | |
| NamedValues (std::initializer_list< NamedValue > values) | |
| Constructs NamedValues from initializer list. | |
| auto | takeValue (const QString &name) -> QString |
| Finds and removes a named value by name. | |
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 23 of file filecontent.h.
|
default |
Default constructor for NamedValues.
| NamedValues::NamedValues | ( | std::initializer_list< NamedValue > | values | ) |
Constructs NamedValues from initializer list.
| values | Initializer list of NamedValue |
Definition at line 110 of file filecontent.cpp.
| auto NamedValues::takeValue | ( | const QString & | name | ) | -> QString |
Finds and removes a named value by name.
| name | The name to search for |
Definition at line 118 of file filecontent.cpp.