Keyple C++  0.9.0
Keyple, an Open Source SDK for Ticketing
Public Member Functions | Protected Member Functions | List of all members
keyple::common::Object Class Referenceabstract

#include <Object.h>

Inherited by keyple::common::Byte.

Public Member Functions

 Object ()=default
 
 Object (const Object &o)
 
virtual ~Object ()=default
 
virtual bool equals (std::shared_ptr< void > o)=0
 
virtual int hashCode ()=0
 

Protected Member Functions

virtual void finalize ()=0
 

Constructor & Destructor Documentation

◆ Object() [1/2]

keyple::common::Object::Object ( )
default

◆ Object() [2/2]

keyple::common::Object::Object ( const Object o)
inline

◆ ~Object()

virtual keyple::common::Object::~Object ( )
virtualdefault

Member Function Documentation

◆ equals()

virtual bool keyple::common::Object::equals ( std::shared_ptr< void >  o)
pure virtual

Implemented in keyple::common::Byte.

◆ finalize()

virtual void keyple::common::Object::finalize ( )
protectedpure virtual

Implemented in keyple::common::Byte.

◆ hashCode()

virtual int keyple::common::Object::hashCode ( )
pure virtual

Implemented in keyple::common::Byte.


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