IMP
2.0.1
The Integrative Modeling Platform
|
Various general useful macros for IMP. More...
Go to the source code of this file.
Macros | |
#define | IMP_BUILTIN_VALUES(Name, PluralName) |
#define | IMP_VALUES(Name, PluralName) |
Define the type for storing sets of values. More... | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file value_macros.h.
#define IMP_BUILTIN_VALUES | ( | Name, | |
PluralName | |||
) |
To be used with native types.
Definition at line 30 of file value_macros.h.
#define IMP_VALUES | ( | Name, | |
PluralName | |||
) |
The macro defines the type Names. PluralName should be Names unless the English spelling is different. This macro also defines the output operator for the type.
See Value and Objects for a description of what it means to be an object vs a value in IMP
.
Definition at line 24 of file value_macros.h.