eid-viewer
eid-viewer library
Loading...
Searching...
No Matches
cppeidstring.h
1
#ifdef __cplusplus
2
#ifndef CPPEIDSTRING_H
3
#define CPPEIDSTRING_H
4
#include <stdio.h>
5
#include <string>
6
#include <eid-util/utftranslate.h>
7
8
#ifndef WIN32
9
typedef
std::string EID_STRING;
10
11
#define EID_OSTRINGSTREAM std::ostringstream
12
#define EID_STRINGSTREAM std::stringstream
13
#else
14
typedef
std::wstring EID_STRING;
15
16
#define EID_OSTRINGSTREAM std::wostringstream
17
#define EID_STRINGSTREAM std::wstringstream
18
#endif
19
#endif
20
#endif
Generated by
1.9.8