LibreOffice Module vcl (master) 1
|
#include <vcl/toolkit/treelist.hxx>
#include <vcl/toolkit/treelistentry.hxx>
#include <vcl/toolkit/viewdataentry.hxx>
#include <tools/debug.hxx>
#include <osl/diagnose.h>
#include <cassert>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | SvListView::Impl |
Typedefs | |
typedef std::unordered_map< SvTreeListEntry *, std::unique_ptr< SvViewDataEntry > > | SvDataTable |
typedef std::unordered_map<SvTreeListEntry*, std::unique_ptr<SvViewDataEntry> > SvDataTable |
Definition at line 31 of file treelist.cxx.