Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
Namespaces | |
event | |
exception | |
plugin | |
protocol | |
Classes | |
class | AbstractPluginFactory |
class | PluginFactory |
class | ProxyElement |
class | ReaderPlugin |
class | ReaderPoolPlugin |
class | SeProxyService |
class | SeReader |
class | SeSelector |
Enumerations | |
enum | MultiSeRequestProcessing { MultiSeRequestProcessing::FIRST_MATCH, MultiSeRequestProcessing::PROCESS_ALL } |
Functions | |
std::ostream & | operator<< (std::ostream &os, const FileOccurrence &fc) |
std::ostream & | operator<< (std::ostream &os, const FileControlInformation &fci) |
std::ostream & | operator<< (std::ostream &os, const AidSelector &a) |
std::ostream & | operator<< (std::ostream &os, const AtrFilter &af) |
std::ostream & | operator<< (std::ostream &os, const SeSelector &ss) |
std::ostream & | operator<< (std::ostream &os, const std::shared_ptr< SeSelector > &ss) |
using keyple::core::seproxy::AidSelector = typedef SeSelector::AidSelector |
using keyple::core::seproxy::AidSelectorBuilder = typedef SeSelector::AidSelector::AidSelectorBuilder |
using keyple::core::seproxy::AtrFilter = typedef SeSelector::AtrFilter |
using keyple::core::seproxy::FileControlInformation = typedef SeSelector::AidSelector::FileControlInformation |
|
strong |
indicates whether the selection process should stop after the first matching or process all requests in the SeRequest Set
Enumerator | |
---|---|
FIRST_MATCH | The selection process stops as soon as a selection case is successful. |
PROCESS_ALL | The selection process performs all the selection cases provided in the Set of SeRequest. |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const AidSelector & | a | ||
) |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const AtrFilter & | af | ||
) |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const FileControlInformation & | fci | ||
) |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const FileOccurrence & | fc | ||
) |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const SeSelector & | ss | ||
) |
std::ostream& keyple::core::seproxy::operator<< | ( | std::ostream & | os, |
const std::shared_ptr< SeSelector > & | ss | ||
) |