Keypop Reader C++ API 2.0.0
Reference Reader API for C++
include
keypop
reader
selection
BasicCardSelector.hpp
Go to the documentation of this file.
1
/**************************************************************************************************
2
* Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
3
* *
4
* This program and the accompanying materials are made available under the *
5
* terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
6
* *
7
* SPDX-License-Identifier: MIT *
8
**************************************************************************************************/
9
10
#pragma once
11
12
#include "
keypop/reader/selection/CardSelector.hpp
"
13
14
namespace
keypop
{
15
namespace
reader {
16
namespace
selection {
17
34
class
BasicCardSelector
:
public
CardSelector<BasicCardSelector> {
35
public
:
39
virtual
~BasicCardSelector
() =
default
;
40
};
41
42
}
/* namespace selection */
43
}
/* namespace reader */
44
}
/* namespace keypop */
CardSelector.hpp
keypop::reader::selection::BasicCardSelector
Definition:
BasicCardSelector.hpp:34
keypop::reader::selection::BasicCardSelector::~BasicCardSelector
virtual ~BasicCardSelector()=default
keypop
Definition:
CardCommunicationException.hpp:16
Generated by
1.9.2