Little helper class to bookkeep the files names which we want to make temporary.
Definition at line 2896 of file rootcling_impl.cxx.
Public Member Functions | |
| tempFileNamesCatalog () | |
| void | addFileName (std::string &nameStr) | 
| Adds the name and the associated temp name to the catalog.   | |
| int | clean () | 
| int | commit () | 
| void | dump () | 
| const std::string & | getFileName (const std::string &tmpFileName) | 
| std::string | getTmpFileName (const std::string &filename) | 
Private Attributes | |
| const std::string | m_emptyString | 
| std::vector< std::string > | m_names | 
| unsigned int | m_size | 
| std::vector< std::string > | m_tempNames | 
      
  | 
  inline | 
Definition at line 2899 of file rootcling_impl.cxx.
      
  | 
  inline | 
Adds the name and the associated temp name to the catalog.
Changes the name into the temp name
Definition at line 2908 of file rootcling_impl.cxx.
      
  | 
  inline | 
Definition at line 2935 of file rootcling_impl.cxx.
      
  | 
  inline | 
Definition at line 2958 of file rootcling_impl.cxx.
      
  | 
  inline | 
Definition at line 3002 of file rootcling_impl.cxx.
      
  | 
  inline | 
Definition at line 2993 of file rootcling_impl.cxx.
      
  | 
  inline | 
Definition at line 2901 of file rootcling_impl.cxx.
      
  | 
  private | 
Definition at line 3011 of file rootcling_impl.cxx.
      
  | 
  private | 
Definition at line 3012 of file rootcling_impl.cxx.
      
  | 
  private | 
Definition at line 3010 of file rootcling_impl.cxx.
      
  | 
  private | 
Definition at line 3013 of file rootcling_impl.cxx.