template struct axl::sl::MapEntry
#include <axl_sl_MapEntry.h> template < typename Key, typename Value > struct MapEntry: public axl::sl::ListLink { // fields Value m_value; // methods const Key& getKey() const; };
#include <axl_sl_MapEntry.h> template < typename Key, typename Value > struct MapEntry: public axl::sl::ListLink { // fields Value m_value; // methods const Key& getKey() const; };