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 
28  {
31  };
32 }
33 
34 #endif
Xpace project main namespace
Definition: datetime.h:18

current as of Wed Jun 10 2026 12:00:05