|
QtPass 1.5.1
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>
Inheritance diagram for NamedValues:
Collaboration diagram for NamedValues:Public Member Functions | |
| NamedValues () | |
| NamedValues (std::initializer_list< NamedValue > values) | |
| auto | takeValue (const QString &name) -> QString |
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 19 of file filecontent.h.
|
default |
| NamedValues::NamedValues | ( | std::initializer_list< NamedValue > | values | ) |
Definition at line 65 of file filecontent.cpp.
| auto NamedValues::takeValue | ( | const QString & | name | ) | -> QString |