Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkPPControlExprIIf.h
Go to the documentation of this file.
1
/*===================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
#
/* **************************************************************************
17
# * *
18
# * (C) Copyright Paul Mensonides 2002.
19
# * Distributed under the Boost Software License, Version 1.0. (See
20
# * accompanying file LICENSE_1_0.txt or copy at
21
# * http://www.boost.org/LICENSE_1_0.txt)
22
# * *
23
# ************************************************************************** */
24
#
25
#
/* See http://www.boost.org for most recent version. */
26
#
27
#ifndef MITK_PREPROCESSOR_CONTROL_EXPR_IIF_HPP
28
#define MITK_PREPROCESSOR_CONTROL_EXPR_IIF_HPP
29
#
30
#include "
mitkPPConfig.h
"
31
#
32
#
/* MITK_PP_EXPR_IIF */
33
#
34
#if ~MITK_PP_CONFIG_FLAGS() & MITK_PP_CONFIG_MWCC()
35
#define MITK_PP_EXPR_IIF(bit, expr) MITK_PP_EXPR_IIF_I(bit, expr)
36
#else
37
#define MITK_PP_EXPR_IIF(bit, expr) MITK_PP_EXPR_IIF_OO((bit, expr))
38
#define MITK_PP_EXPR_IIF_OO(par) MITK_PP_EXPR_IIF_I##par
39
#endif
40
#
41
#define MITK_PP_EXPR_IIF_I(bit, expr) MITK_PP_EXPR_IIF_##bit(expr)
42
#
43
#define MITK_PP_EXPR_IIF_0(expr)
44
#define MITK_PP_EXPR_IIF_1(expr) expr
45
#
46
#endif
mitkPPConfig.h
git
MITK
Modules
Core
include
mitkPPControlExprIIf.h
Generated on Fri Feb 3 2017 20:52:06 for Medical Imaging Interaction Toolkit by
1.8.9.1