| 
    Cloudy
    
   Spectral Synthesis Code for Astrophysics 
   | 
 
#include <physconst.h>


Public Member Functions | |
| void | add_constant (const string &s, double v) | 
| void | prt_constants (FILE *io) const | 
| double | get_constant (const string &s) const | 
Protected Member Functions | |
| t_physconst () | |
Private Attributes | |
| map< string, double > | p_constant | 
Friends | |
| class | Singleton< t_physconst > | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Singleton< t_physconst > | |
| static t_physconst & | Inst () | 
      
  | 
  protected | 
References cdEXIT, EXIT_FAILURE, fp_equal(), fprintf(), pow(), and pow3().

      
  | 
  inline | 
References p_constant.
Referenced by register_physconst().
      
  | 
  inline | 
References p_constant.
      
  | 
  inline | 
References fprintf(), and p_constant.
Referenced by prt_phys_constants().

      
  | 
  friend | 
      
  | 
  private | 
Referenced by add_constant(), get_constant(), and prt_constants().