QtPass 1.5.1
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
NamedValues Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NamedValues() [1/2]

NamedValues::NamedValues ( )
default

◆ NamedValues() [2/2]

NamedValues::NamedValues ( std::initializer_list< NamedValue values)

Definition at line 65 of file filecontent.cpp.

Member Function Documentation

◆ takeValue()

auto NamedValues::takeValue ( const QString &  name) -> QString

Definition at line 68 of file filecontent.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: