LibreOffice Module vcl (master) 1
Classes | Typedefs
treelist.cxx File Reference
#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>
Include dependency graph for treelist.cxx:

Go to the source code of this file.

Classes

struct  SvListView::Impl
 

Typedefs

typedef std::unordered_map< SvTreeListEntry *, std::unique_ptr< SvViewDataEntry > > SvDataTable
 

Typedef Documentation

◆ SvDataTable

typedef std::unordered_map<SvTreeListEntry*, std::unique_ptr<SvViewDataEntry> > SvDataTable

Definition at line 31 of file treelist.cxx.