| 
    Geant4
    10.02
    
   | 
 
#include <G4OrderedTable.hh>
 Inheritance diagram for G4OrderedTable:
 Collaboration diagram for G4OrderedTable:Public Member Functions | |
| G4OrderedTable () | |
| G4OrderedTable (size_t cap) | |
| virtual | ~G4OrderedTable () | 
| void | clearAndDestroy () | 
| G4bool | Store (const G4String &filename, G4bool ascii=false) | 
| G4bool | Retrieve (const G4String &filename, G4bool ascii=false) | 
Friends | |
| std::ostream & | operator<< (std::ostream &out, G4OrderedTable &table) | 
Definition at line 57 of file G4OrderedTable.hh.
| G4OrderedTable::G4OrderedTable | ( | ) | 
Definition at line 43 of file G4OrderedTable.cc.
      
  | 
  explicit | 
Definition at line 48 of file G4OrderedTable.cc.
      
  | 
  virtual | 
Definition at line 53 of file G4OrderedTable.cc.
      
  | 
  inline | 
Definition at line 90 of file G4OrderedTable.hh.
References a.
Referenced by Retrieve(), and G4SandiaTable::~G4SandiaTable().
 Here is the caller graph for this function:Definition at line 110 of file G4OrderedTable.cc.
References clearAndDestroy(), G4cerr, G4endl, G4DataVector::Retrieve(), and G4DataVector::T_G4DataVector.
 Here is the call graph for this function:Definition at line 57 of file G4OrderedTable.cc.
References G4cerr, G4endl, and G4DataVector::T_G4DataVector.
      
  | 
  friend | 
Definition at line 199 of file G4OrderedTable.cc.