Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
keyple::core::seproxy::event::PluginEvent::EventType Class Referencefinal

#include <PluginEvent.h>

Public Member Functions

const std::string & getName () const
 
bool operator== (const EventType &o) const
 
bool operator!= (const EventType &o) const
 

Static Public Member Functions

static const EventTypevalueOf (const std::string &name)
 

Static Public Attributes

static const EventType READER_CONNECTED
 
static const EventType READER_DISCONNECTED
 

Friends

KEYPLECORE_API std::ostream & operator<< (std::ostream &os, const EventType &et)
 

Member Function Documentation

◆ getName()

const std::string & keyple::core::seproxy::event::EventType::getName ( ) const

◆ operator!=()

bool keyple::core::seproxy::event::EventType::operator!= ( const EventType o) const

◆ operator==()

bool keyple::core::seproxy::event::EventType::operator== ( const EventType o) const

◆ valueOf()

const EventType & keyple::core::seproxy::event::EventType::valueOf ( const std::string &  name)
static

Friends And Related Function Documentation

◆ operator<<

KEYPLECORE_API std::ostream& operator<< ( std::ostream &  os,
const EventType et 
)
friend

Member Data Documentation

◆ READER_CONNECTED

const EventType keyple::core::seproxy::event::EventType::READER_CONNECTED
static

A reader has been connected.

◆ READER_DISCONNECTED

const EventType keyple::core::seproxy::event::EventType::READER_DISCONNECTED
static

A reader has been disconnected.


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