IMP Reference Guide
2.12.0
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) /** Pass or store a set of Name. */ typedef IMP::Vector<Name> PluralName |
Define the type for storing sets of values. More... | |
Various general useful macros for IMP.
Copyright 2007-2019 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 27 of file value_macros.h.
#define IMP_VALUES | ( | Name, | |
PluralName | |||
) | /** Pass or store a set of Name. */ typedef IMP::Vector<Name> PluralName |
Define the type for storing sets of values.
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 23 of file value_macros.h.