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 for the latest Boost documentation.
PrevUpHomeNext

Struct data_not_accessible

boost::date_time::data_not_accessible —

Synopsis

struct data_not_accessible {
  // construct/copy/destruct
  data_not_accessible();
  data_not_accessible(const std::string &);

  // public member functions
};

Description

data_not_accessible construct/copy/destruct

  1. data_not_accessible();
  2. data_not_accessible(const std::string & filespec);

data_not_accessible public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext