Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | Friends | List of all members
keyple::core::seproxy::message::SelectionStatus Class Reference

#include <SelectionStatus.h>

Inherits enable_shared_from_this< SelectionStatus >.

Public Member Functions

 SelectionStatus (std::shared_ptr< AnswerToReset > atr, std::shared_ptr< ApduResponse > fci, const bool hasMatched)
 
virtual ~SelectionStatus ()
 
virtual std::shared_ptr< AnswerToResetgetAtr () const
 
virtual std::shared_ptr< ApduResponsegetFci () const
 
bool hasMatched () const
 
bool operator== (const SelectionStatus &o) const
 
bool operator!= (const SelectionStatus &o) const
 

Friends

KEYPLECORE_API std::ostream & operator<< (std::ostream &os, const SelectionStatus &s)
 
KEYPLECORE_API std::ostream & operator<< (std::ostream &os, const std::shared_ptr< SelectionStatus > &s)
 

Constructor & Destructor Documentation

◆ SelectionStatus()

keyple::core::seproxy::message::SelectionStatus::SelectionStatus ( std::shared_ptr< AnswerToReset atr,
std::shared_ptr< ApduResponse fci,
const bool  hasMatched 
)

◆ ~SelectionStatus()

virtual keyple::core::seproxy::message::SelectionStatus::~SelectionStatus ( )
inlinevirtual

Member Function Documentation

◆ getAtr()

std::shared_ptr< AnswerToReset > keyple::core::seproxy::message::SelectionStatus::getAtr ( ) const
virtual

◆ getFci()

std::shared_ptr< ApduResponse > keyple::core::seproxy::message::SelectionStatus::getFci ( ) const
virtual

◆ hasMatched()

bool keyple::core::seproxy::message::SelectionStatus::hasMatched ( ) const

◆ operator!=()

bool keyple::core::seproxy::message::SelectionStatus::operator!= ( const SelectionStatus o) const

◆ operator==()

bool keyple::core::seproxy::message::SelectionStatus::operator== ( const SelectionStatus o) const

Friends And Related Function Documentation

◆ operator<< [1/2]

KEYPLECORE_API std::ostream& operator<< ( std::ostream &  os,
const SelectionStatus s 
)
friend

◆ operator<< [2/2]

KEYPLECORE_API std::ostream& operator<< ( std::ostream &  os,
const std::shared_ptr< SelectionStatus > &  s 
)
friend

The documentation for this class was generated from the following files: