LibreOffice Module l10ntools (master) 1
Classes | Typedefs
cfgmerge.hxx File Reference
#include <sal/config.h>
#include <fstream>
#include <unordered_map>
#include <memory>
#include <utility>
#include <vector>
#include "po.hxx"
#include "export.hxx"
Include dependency graph for cfgmerge.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CfgStackData
 
class  CfgStack
 
class  CfgParser
 Parser for *.xcu files. More...
 
class  CfgExport
 Export strings from *.xcu files. More...
 
class  CfgMerge
 Merge strings to *.xcu files. More...
 

Typedefs

typedef std::unordered_map< OString, OString > OStringHashMap
 

Typedef Documentation

◆ OStringHashMap

typedef std::unordered_map<OString, OString> OStringHashMap

Definition at line 33 of file cfgmerge.hxx.