#include "common.h"#include <vector>Go to the source code of this file.
|
|
Value: for(int i=0; i<sig.TUPLE##Cnt; i++){ \ if(!(TUPLE##Sigs[i]==sig.TUPLE##Sigs[i])) return 0; \ } \ Referenced by AtomSignature::operator==(). |
|
|
Definition at line 24 of file structures.h. |
|
|
Definition at line 20 of file structures.h. |
|
|
Definition at line 21 of file structures.h. |
|
|
Definition at line 19 of file structures.h. |
|
|
Definition at line 22 of file structures.h. |
|
|
Definition at line 17 of file structures.h. |
|
|
Definition at line 23 of file structures.h. |
|
|
Definition at line 18 of file structures.h. |
|
|
Definition at line 16 of file structures.h. |
|
|
|
|
|
|
|
Referenced by buildAtomData(), and Molecule::getAtomNames(). |
|
|
|
|
|
|
|
|
|
|
Referenced by Molecule::get_lphost(), and Molecule::getAllLphosts(). |
|
|
Definition at line 156 of file structures.h.
|
|
||||||||||||
|
Definition at line 158 of file structures.h. Referenced by ExclusionSignature::hash(), TupleSignature::hash(), and ExclSigInfo::hash(). 00158 {
00159 const unsigned int intBits=8*sizeof(unsigned int);
00160 by%=intBits;
00161 return (h<<by)|(h>>(intBits-by));
00162 }
|
1.3.9.1