Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class data_not_accessible

boost::date_time::data_not_accessible — Exception thrown when tz database cannot locate requested data file.

Synopsis

// In header: <boost/date_time/tz_db_base.hpp>


class data_not_accessible : public  {
public:

  // public member functions
  ();
  (const );
};

Description

data_not_accessible public member functions

  1. ();
  2. (const  filespec);

PrevUpHomeNext