Keypop Card C++ API 2.0.0
Reference Card API for C++
|
#include <CardSelectionRequestSpi.hpp>
Public Member Functions | |
virtual | ~CardSelectionRequestSpi ()=default |
virtual const std::shared_ptr< CardRequestSpi > | getCardRequest () const =0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const std::shared_ptr< CardSelectionRequestSpi > csr) |
std::ostream & | operator<< (std::ostream &os, const std::vector< std::shared_ptr< CardSelectionRequestSpi > > &csrs) |
Data provided as input to the selection process.
Embeds a card selector defining the target card profile and an optional card request to be executed after the card selection when successful.
Definition at line 31 of file CardSelectionRequestSpi.hpp.
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Gets the card request.
|
friend |
Definition at line 49 of file CardSelectionRequestSpi.hpp.
|
friend |
Definition at line 63 of file CardSelectionRequestSpi.hpp.