50 operator<<(std::ostream& os,
const std::shared_ptr<CardSelectionRequestSpi> csr) {
53 os <<
"CARD_SELECTION_REQUEST_SPI: {"
65 std::ostream& os,
const std::vector<std::shared_ptr<CardSelectionRequestSpi>>& csrs) {
66 os <<
"CARD_SELECTION_REQUEST_SPIS: {";
68 for (
auto it = std::begin(csrs); it != std::end(csrs); ++it) {
70 if (it != csrs.end() - 1) {
friend std::ostream & operator<<(std::ostream &os, const std::shared_ptr< CardSelectionRequestSpi > csr)
virtual const std::shared_ptr< CardRequestSpi > getCardRequest() const =0
virtual ~CardSelectionRequestSpi()=default