Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Class data_not_accessible

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

Synopsis

class data_not_accessible {
public:
  // construct/copy/destruct
  data_not_accessible();
  data_not_accessible(const std::string &);
};

Description

data_not_accessible construct/copy/destruct

  1. data_not_accessible();
  2. data_not_accessible(const std::string & filespec);
Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext