Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/boost/date_time/special_defs.hpp @ 18

Last change on this file since 18 was 12, checked in by landauf, 17 years ago

added boost

File size: 647 bytes
Line 
1#ifndef DATE_TIME_SPECIAL_DEFS_HPP__
2#define DATE_TIME_SPECIAL_DEFS_HPP__
3
4/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
5 * Use, modification and distribution is subject to the
6 * Boost Software License, Version 1.0. (See accompanying
7 * file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
8 * Author: Jeff Garland
9 * $Date: 2004/07/01 02:27:04 $
10 */
11
12namespace boost {
13namespace date_time {
14
15    enum special_values {not_a_date_time, 
16                         neg_infin, pos_infin, 
17                         min_date_time,  max_date_time,
18                         not_special, NumSpecialValues};
19
20
21} } //namespace date_time
22
23
24#endif
25
Note: See TracBrowser for help on using the repository browser.