Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <SeResource.h>
Public Member Functions | |
SeResource (std::shared_ptr< SeReader > seReader, std::shared_ptr< T > matchingSe) | |
virtual | ~SeResource () |
virtual const std::shared_ptr< SeReader > | getSeReader () const |
virtual const std::shared_ptr< T > | getMatchingSe () const |
The SeResource class groups a AbstractMatchingSe and its associated SeReader
TODO This class should be final.
For the moment, it is not, awaiting the rewriting of the code of a client class in Keyple-Calypso.
|
inline |
Constructor
seReader | the keyple::core::seproxy::SeReader with which the SE is communicating |
matchingSe | the keyple::core::selection::AbstractMatchingSe information structure |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |