activemq-cpp-3.9.5
decaf::util::MapEntry< K, V > Class Template Reference

#include <src/main/decaf/util/MapEntry.h>

Inheritance diagram for decaf::util::MapEntry< K, V >:

Public Member Functions

 MapEntry ()
 
 MapEntry (const MapEntry &other)
 
 MapEntry (const K &key, const V &value)
 
MapEntryoperator= (const MapEntry &other)
 
virtual ~MapEntry ()
 
virtual void setKey (K key)
 
virtual K & getKey ()
 
virtual const K & getKey () const
 
virtual void setValue (const V &value)
 
virtual V & getValue ()
 
virtual const V & getValue () const
 
virtual bool equals (const MapEntry< K, V > &entry) const
 
virtual bool operator== (const MapEntry< K, V > &other) const
 

Constructor & Destructor Documentation

◆ MapEntry() [1/3]

◆ MapEntry() [2/3]

template<typename K, typename V>
decaf::util::MapEntry< K, V >::MapEntry ( const MapEntry< K, V > & other)
inline

References getKey(), getValue(), and MapEntry().

◆ MapEntry() [3/3]

template<typename K, typename V>
decaf::util::MapEntry< K, V >::MapEntry ( const K & key,
const V & value )
inline

◆ ~MapEntry()

template<typename K, typename V>
virtual decaf::util::MapEntry< K, V >::~MapEntry ( )
inlinevirtual

Member Function Documentation

◆ equals()

template<typename K, typename V>
virtual bool decaf::util::MapEntry< K, V >::equals ( const MapEntry< K, V > & entry) const
inlinevirtual

References getKey(), getValue(), and MapEntry().

Referenced by operator==().

◆ getKey() [1/2]

◆ getKey() [2/2]

template<typename K, typename V>
virtual const K & decaf::util::MapEntry< K, V >::getKey ( ) const
inlinevirtual

◆ getValue() [1/2]

◆ getValue() [2/2]

template<typename K, typename V>
virtual const V & decaf::util::MapEntry< K, V >::getValue ( ) const
inlinevirtual

◆ operator=()

template<typename K, typename V>
MapEntry & decaf::util::MapEntry< K, V >::operator= ( const MapEntry< K, V > & other)
inline

References getKey(), getValue(), and MapEntry().

◆ operator==()

template<typename K, typename V>
virtual bool decaf::util::MapEntry< K, V >::operator== ( const MapEntry< K, V > & other) const
inlinevirtual

References equals(), and MapEntry().

◆ setKey()

template<typename K, typename V>
virtual void decaf::util::MapEntry< K, V >::setKey ( K key)
inlinevirtual

◆ setValue()


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