IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
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-2022 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 <IMP/decorator_macros.h>
13 #include <IMP/singleton_macros.h>
14 #include <IMP/pair_macros.h>
15 #include <IMP/triplet_macros.h>
16 #include <IMP/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.
Helper macros for implementing Decorators.
Various general useful macros for IMP.