IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Helper macros for implementing hashable classes. More...
Go to the source code of this file.
Macros | |
#define | IMP_HASHABLE_INLINE(name, hashret) |
Helper macros for implementing hashable classes.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file hash_macros.h.
#define IMP_HASHABLE_INLINE | ( | name, | |
hashret | |||
) |
Add the methods necessary to support insertion in Python dictionaries and map and set tables.
Definition at line 18 of file hash_macros.h.