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:
  // construct/copy/destruct
  ();
  (const );
};

Description

data_not_accessible public construct/copy/destruct

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

PrevUpHomeNext