|
IMP
2.0.1
The Integrative Modeling Platform
|
Various general useful macros for IMP. More...
Include dependency graph for raii_macros.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMP_RAII(Name, args, Initialize, Set, Reset, Show) |
| Declare a RAII-style class. More... | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file raii_macros.h.
| #define IMP_RAII | ( | Name, | |
| args, | |||
| Initialize, | |||
| Set, | |||
| Reset, | |||
| Show | |||
| ) |
Since such classes are typically quite small and simple, all the implementation is inline. The macro declares
Definition at line 26 of file raii_macros.h.