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 | char_formats_name_key |
class | SwCharFormats |
Typedefs | |
typedef boost::multi_index_container< SwCharFormat *, boost::multi_index::indexed_by< boost::multi_index::random_access<>, boost::multi_index::ordered_unique< char_formats_name_key > > > | SwCharFormatsBase |
typedef boost::multi_index_container< SwCharFormat*, boost::multi_index::indexed_by<boost::multi_index::random_access<>, boost::multi_index::ordered_unique<char_formats_name_key> > > SwCharFormatsBase |
Definition at line 44 of file charformats.hxx.