eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
doctypeconv.h
1#ifndef EID_VWR_DOCTYPE_CONV_H
2#define EID_VWR_DOCTYPE_CONV_H
3
4#include <string>
5#include <map>
6#include "convworker.h"
7
9{
10private:
11 //3 dimensions: graphical version, language and the actual conversion
12 static std::map < eid_vwr_graphvers, std::map < eid_vwr_langs, std::map <EID_STRING, EID_STRING> > > conversions;
13public:
15 virtual EID_STRING convert(const void *original);
16};
17
18#endif
Definition convworker.h:11
Definition doctypeconv.h:9