38 #ifndef G4MoleculeID_h
39 #define G4MoleculeID_h 1
48 static int fLastValue;
75 inline operator int & () {
return fValue; }
76 inline operator const int & ()
const {
return fValue; }
78 inline bool operator==(
const int & rhs)
const {
return fValue == rhs; }