AtmoData::TimeZone Class Reference

Provides time zone offset from GMT for a list of countries. More...

#include <Emissions.hxx>

List of all members.

Public Member Functions

 TimeZone (int N)
 Constructor.
void Init (string file_name)
 Initializes from an input file.
int operator() (int i) const
 Returns the time zone offset for a given country number.

Public Attributes

vector< int > countries_
 EMEP country number.
vector< int > local_times_
 Time zone offset from GMT.


Detailed Description

Provides time zone offset from GMT for a list of countries.


Constructor & Destructor Documentation

AtmoData::TimeZone::TimeZone ( int  N  ) 

Constructor.

Parameters:
N number of countries.


Member Function Documentation

void AtmoData::TimeZone::Init ( string  file_name  ) 

Initializes from an input file.

Parameters:
file_name input file name.

int AtmoData::TimeZone::operator() ( int  i  )  const

Returns the time zone offset for a given country number.

Parameters:
i country number.
Returns:
The time zone offset from GMT.


The documentation for this class was generated from the following files:
Generated on Tue Nov 17 11:51:46 2009 for AtmoData by  doxygen 1.5.1