| 
    Geant4
    10.00.p03
    
   | 
 
#include <G4MoleculeID.hh>
Public Member Functions | |
| G4MoleculeID (const int d_) | |
| G4MoleculeID () | |
| G4MoleculeID (const G4MoleculeID &d_) | |
| G4MoleculeID & | operator= (const G4MoleculeID &rhs) | 
| G4MoleculeID & | operator= (const int &rhs) | 
| operator int & () | |
| operator const int & () const | |
| bool | operator== (const G4MoleculeID &rhs) const | 
| bool | operator== (const int &rhs) const | 
| bool | operator< (const G4MoleculeID &rhs) const | 
Static Public Member Functions | |
| static int | Last () | 
| static G4MoleculeID | Create () | 
| static G4MoleculeID | Initialize (int i) | 
Private Attributes | |
| int | fValue | 
Static Private Attributes | |
| static G4ThreadLocal int | fLastValue | 
Friends | |
| G4MoleculeID | operator+ (const G4MoleculeID &left, const int &right) | 
| G4MoleculeID | operator- (const G4MoleculeID &left, const int &right) | 
Definition at line 43 of file G4MoleculeID.hh.
      
  | 
  inline | 
Definition at line 71 of file G4MoleculeID.hh.
      
  | 
  inline | 
Definition at line 73 of file G4MoleculeID.hh.
Referenced by Create(), and Initialize().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 74 of file G4MoleculeID.hh.
      
  | 
  inlinestatic | 
Definition at line 59 of file G4MoleculeID.hh.
References G4MoleculeID().
 Here is the call graph for this function:
      
  | 
  inlinestatic | 
Definition at line 65 of file G4MoleculeID.hh.
References G4MoleculeID().
 Here is the call graph for this function:
      
  | 
  inlinestatic | 
Definition at line 54 of file G4MoleculeID.hh.
References fLastValue.
      
  | 
  inline | 
Definition at line 78 of file G4MoleculeID.hh.
References fValue.
      
  | 
  inline | 
Definition at line 77 of file G4MoleculeID.hh.
References fValue.
      
  | 
  inline | 
Definition at line 81 of file G4MoleculeID.hh.
References fValue.
      
  | 
  inline | 
Definition at line 75 of file G4MoleculeID.hh.
References fValue.
      
  | 
  inline | 
Definition at line 76 of file G4MoleculeID.hh.
      
  | 
  inline | 
Definition at line 79 of file G4MoleculeID.hh.
References fValue.
      
  | 
  inline | 
Definition at line 80 of file G4MoleculeID.hh.
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  staticprivate | 
Definition at line 50 of file G4MoleculeID.hh.
Referenced by Last().
      
  | 
  private | 
Definition at line 48 of file G4MoleculeID.hh.
Referenced by operator const int &(), operator int &(), operator<(), operator=(), and operator==().