struct axl::io::MappedViewMgr::ViewEntry

struct ViewEntry: public axl::sl::ListLink
{
    // fields

    uint64_t m_begin;
    uint64_t m_end;
    ViewMap::Iterator m_mapIt;
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();