IMP
2.0.0
The Integrative Modeling Platform
|
Various general useful macros for IMP. More...
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.