LibreOffice Module sw (master) 1
Classes | Typedefs
charformats.hxx File Reference
#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>
Include dependency graph for charformats.hxx:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ 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.