template class axl::sl::BoxListEntry

#include <axl_sl_BoxList.h>

template <typename T>
class BoxListEntry: public axl::sl::ListLink
{
public:
    // fields

    T m_value;

    // construction

    BoxListEntry();
    BoxListEntry(const T& value);
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();