OpenCPN Partial API docs
Loading...
Searching...
No Matches
RawKey Class Reference

KeyProvider wrapper for a plain key string. More...

Inheritance diagram for RawKey:
KeyProvider KeyProvider

Public Member Functions

 RawKey (const std::string &key)
 
std::string GetKey () const override
 Get the Key object from the Key Provider.
 
 RawKey (const std::string &key)
 
std::string GetKey () const override
 Get the Key object from the Key Provider.
 
- Public Member Functions inherited from KeyProvider
virtual ~KeyProvider ()=default
 Destroy the Key Provider object.
 

Detailed Description

KeyProvider wrapper for a plain key string.

Definition at line 56 of file multiplexer.cpp.

Constructor & Destructor Documentation

◆ RawKey() [1/2]

RawKey::RawKey ( const std::string &  key)
inlineexplicit

Definition at line 58 of file multiplexer.cpp.

◆ RawKey() [2/2]

RawKey::RawKey ( const std::string &  key)
inlineexplicit

Definition at line 225 of file pluginmanager.cpp.

Member Function Documentation

◆ GetKey() [1/2]

std::string RawKey::GetKey ( ) const
inlineoverridevirtual

Get the Key object from the Key Provider.

Returns
std::string Key Object.

Implements KeyProvider.

Definition at line 226 of file pluginmanager.cpp.

◆ GetKey() [2/2]

std::string RawKey::GetKey ( ) const
inlineoverridevirtual

Get the Key object from the Key Provider.

Returns
std::string Key Object.

Implements KeyProvider.

Definition at line 59 of file multiplexer.cpp.


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