Xpace
internaltypes.h
Go to the documentation of this file.
1
2
3
/**********************************************************/
/**
4
**
5
** @file base/internal_types.h
6
**
7
** Copyright (C) 2012 Xpace, LLC. All rights reserved
8
**
9
** www.xpace.net
10
**
11
**************************************************************/
12
13
14
#ifndef XPACE_INTERNAL_TYPES_H
15
#define XPACE_INTERNAL_TYPES_H
16
17
namespace
Xpace
18
{
19
#if !defined ALIGN
20
# if defined _WIN32
21
# define ALIGN(n) __declspec(align(n))
22
# else
23
# define ALIGN(n) __attribute__ ((aligned (n)))
24
# endif
25
#endif
26
27
enum
XML_Encoding
28
{
29
UTF8
,
30
UTF16
31
};
32
}
33
34
#endif
Xpace::UTF16
Definition:
internaltypes.h:30
Xpace::XML_Encoding
XML_Encoding
Definition:
internaltypes.h:27
Xpace::UTF8
Definition:
internaltypes.h:29
Xpace
Xpace project main namespace
Definition:
datetime.h:18
current as of Wed Jun 10 2026 12:00:05