LibreOffice Module sw (master) 1
|
#include "docary.hxx"
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/composite_key.hpp>
#include <boost/multi_index/identity.hpp>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
Go to the source code of this file.
Classes | |
struct | type_name_key |
class | SwFrameFormats |
Specific frame formats (frames, DrawObjects). More... | |
Typedefs | |
typedef boost::multi_index_container< SwFrameFormat *, boost::multi_index::indexed_by< boost::multi_index::random_access<>, boost::multi_index::ordered_unique< type_name_key > > > | SwFrameFormatsBase |
typedef boost::multi_index_container< SwFrameFormat*, boost::multi_index::indexed_by<boost::multi_index::random_access<>, boost::multi_index::ordered_unique<type_name_key> > > SwFrameFormatsBase |
Definition at line 45 of file frameformats.hxx.