home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
version 20241121.develop.d97d4ead1f
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 */
pair_macros.h
Macros for various classes.
triplet_macros.h
Macros for various classes.
quad_macros.h
Macros for various classes.
singleton_macros.h
Macros for various classes.
decorator_macros.h
Helper macros for implementing Decorators.
base_macros.h
Various general useful macros for IMP.