IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
macros.h
Go to the documentation of this file.
1 /**
2  * \file IMP/macros.h \brief Various general useful macros for IMP.
3  *
4  * Copyright 2007-2017 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPKERNEL_MACROS_H
9 #define IMPKERNEL_MACROS_H
10 #include <IMP/kernel_config.h>
11 #include <IMP/base_macros.h>
12 #include "decorator_macros.h"
13 #include "singleton_macros.h"
14 #include "pair_macros.h"
15 #include "triplet_macros.h"
16 #include "quad_macros.h"
17 
18 #endif /* IMPKERNEL_MACROS_H */
Macros for various classes.
Macros for various classes.
Macros for various classes.
Macros for various classes.
Various general useful macros for IMP.
Various general useful macros for IMP.