CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Struct time_label_invalid

boost::local_time::time_label_invalid — simple exception for when time label given cannot exist

Synopsis

struct time_label_invalid {
  // construct/copy/destruct
  time_label_invalid(std::string = "");

  // public member functions
};

Description

time_label_invalid construct/copy/destruct

  1. time_label_invalid(std::string _msg = "");

time_label_invalid public member functions

    Copyright © 2001-2005 CrystalClear Software, Inc

    PrevUpHomeNext