IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/19
The Integrative Modeling Platform
hash_macros.h File Reference

Helper macros for implementing hashable classes. More...

#include <IMP/kernel_config.h>
#include <IMP/hash.h>
+ Include dependency graph for hash_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_HASHABLE_INLINE(name, hashret)
 

Detailed Description

Helper macros for implementing hashable classes.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file hash_macros.h.

Macro Definition Documentation

#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.