text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ #ifndef DATE_TIME_DATE_FORMATTING_LOCALES_HPP___ #define DATE_TIME_DATE_FORMATTING_LOCALES_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/locale_config.hpp" // set BOOST_DATE_TIME...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_formatting_locales.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,534
```c++ #ifndef _DATE_TIME_DATE_PARSING_HPP___ #define _DATE_TIME_DATE_PARSING_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include <iterator> #include <algorithm> #include <boost/tokenizer.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_parsing.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,805
```c++ #ifndef DATE_TIME_DATE_DURATION__ #define DATE_TIME_DATE_DURATION__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/operators.hpp> #include <boost/date_time/special_defs.hpp> #include <boost/date_t...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_duration.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
968
```c++ #ifndef DATE_TIME_TIME_FORMATTING_STREAMS_HPP___ #define DATE_TIME_TIME_FORMATTING_STREAMS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/compiler_config.hpp> #ifndef BOOST_DATE_...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_formatting_streams.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
819
```c++ #ifndef DATE_TIME_TIME_SYSTEM_COUNTED_HPP #define DATE_TIME_TIME_SYSTEM_COUNTED_HPP * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/time_defs.hpp" #include <string> namespace boost { ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_system_counted.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,865
```c++ #ifndef DATE_TIME_HIGHRES_TIME_CLOCK_HPP___ #define DATE_TIME_HIGHRES_TIME_CLOCK_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file microsec_time_clock.hpp This file contains a high resolution time...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/microsec_time_clock.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,458
```c++ #ifndef DATE_TIME_SIMPLE_FORMAT_HPP___ #define DATE_TIME_SIMPLE_FORMAT_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/parse_format_base.hpp" namespace boost { namespace date_time...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_format_simple.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
752
```c++ #ifndef CONSTRAINED_VALUE_HPP___ #define CONSTRAINED_VALUE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <exception> #include <stdexcept> #include <boost/config.hpp> #include <boost/throw_exception.hpp> #in...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/constrained_value.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
890
```c++ #ifndef ISO_FORMAT_HPP___ #define ISO_FORMAT_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/parse_format_base.hpp" namespace boost { namespace date_time { //! Class to provide c...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/iso_format.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,431
```c++ #ifndef _DATE_TIME_TIME_PARSING_HPP___ #define _DATE_TIME_TIME_PARSING_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/tokenizer.hpp" #include "boost/lexical_cast.hpp" #include "boost/date_t...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_parsing.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,597
```c++ #ifndef _DATE_TIME_ADJUST_FUNCTORS_HPP___ #define _DATE_TIME_ADJUST_FUNCTORS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/date.hpp" #include "boost/date_time/wrapping_int.hpp" n...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/adjust_functors.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,425
```c++ #ifndef DATE_TIME_PARSE_FORMAT_BASE__ #define DATE_TIME_PARSE_FORMAT_BASE__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ namespace boost { namespace date_time { //! Enum for distinguishing parsing and formatting option...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/parse_format_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
184
```c++ #ifndef DATE_TIME_FILETIME_FUNCTIONS_HPP__ #define DATE_TIME_FILETIME_FUNCTIONS_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file filetime_functions.hpp * Function(s) for converting between a FILETIM...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/filetime_functions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
773
```c++ #ifndef DATE_TIME_COMPILER_CONFIG_HPP___ #define DATE_TIME_COMPILER_CONFIG_HPP___ * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <cstdlib> #include <boost/config.hpp> #include <boost/detail/workaround.hpp> // With boost release 1.33, date_time will be using a...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/compiler_config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,493
```c++ #ifndef DATE_TIME_DATE_FORMATTING_LIMITED_HPP___ #define DATE_TIME_DATE_FORMATTING_LIMITED_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/iso_format.hpp" #include "boost/date_time...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_formatting_limited.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
792
```c++ #ifndef DATE_TIME_DATE_NAMES_PUT_HPP___ #define DATE_TIME_DATE_NAMES_PUT_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/locale_config.hpp> // set BOOST_DATE_TIME_NO_LOCALE #ifnde...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_names_put.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,457
```c++ #ifndef DATE_TIME_C_LOCAL_TIME_ADJUSTOR_HPP__ #define DATE_TIME_C_LOCAL_TIME_ADJUSTOR_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file c_local_time_adjustor.hpp Time adjustment calculations based ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/c_local_time_adjustor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
555
```c++ #ifndef DATE_TIME_DATE_GENERATOR_PARSER_HPP__ #define DATE_TIME_DATE_GENERATOR_PARSER_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include <vector> #include <iterator> // istreambuf_it...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_generator_parser.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,000
```c++ #ifndef DATE_TIME_TIME_DURATION_HPP___ #define DATE_TIME_TIME_DURATION_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/cstdint.hpp> #include <boost/operators.hpp> #include <boost/static_asser...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_duration.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,128
```c++ #ifndef DATE_TIME_SPECIAL_DEFS_HPP__ #define DATE_TIME_SPECIAL_DEFS_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ namespace boost { namespace date_time { enum special_values {not_a_date_time, ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/special_defs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
107
```c++ #ifndef DATE_TIME_TIME_RESOLUTION_TRAITS_HPP #define DATE_TIME_TIME_RESOLUTION_TRAITS_HPP * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <ctime> #include <boost/cstdint.hpp> #include <boost/date_time/time...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_resolution_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,136
```c++ #ifndef DATE_TIME_LOCALE_CONFIG_HPP___ #define DATE_TIME_LOCALE_CONFIG_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ // This file configures whether the library will support locales and hence // iostream based i/o. E...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/locale_config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
281
```c++ #ifndef _DATE_TIME_WRAPPING_INT_HPP__ #define _DATE_TIME_WRAPPING_INT_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ namespace boost { namespace date_time { //! A wrapping integer used to support time dura...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/wrapping_int.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,355
```c++ #ifndef DATE_TIME_TIME_CLOCK_HPP___ #define DATE_TIME_TIME_CLOCK_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file time_clock.hpp This file contains the interface for clock devices. */ #include "b...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_clock.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
502
```c++ #ifndef DATE_TIME_LOCAL_TIME_ADJUSTOR_HPP__ #define DATE_TIME_LOCAL_TIME_ADJUSTOR_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ /*! @file local_time_adjustor.hpp Time adjustment calculations for local times */ #in...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time_adjustor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,867
```c++ #ifndef DATE_TIME_STRINGS_FROM_FACET__HPP___ #define DATE_TIME_STRINGS_FROM_FACET__HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <sstream> #include <string> #include <vector> #include <locale> namespace boos...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/strings_from_facet.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,027
```c++ #ifndef DATE_ITERATOR_HPP___ #define DATE_ITERATOR_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <iterator> namespace boost { namespace date_time { //! An iterator over dates with varying resol...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
775
```c++ #ifndef DATE_TIME_TIME_SYSTEM_SPLIT_HPP #define DATE_TIME_TIME_SYSTEM_SPLIT_HPP * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include "boost/date_time/compiler_config.hpp" #include "boost/dat...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_system_split.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,636
```c++ #ifndef DATE_TIME_FORMAT_DATE_PARSER_HPP__ #define DATE_TIME_FORMAT_DATE_PARSER_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/lexical_cast.hpp" #include "boost/date_time/string_parse_tree...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/format_date_parser.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,552
```c++ #ifndef DATE_TIME_DATE_DEFS_HPP #define DATE_TIME_DATE_DEFS_HPP * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ namespace boost { namespace date_time { //! An enumeration of weekday names enum weekdays {Sunday, Monday, ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_defs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
149
```c++ #ifndef DATE_TIME_GREGORIAN_CALENDAR_HPP__ #define DATE_TIME_GREGORIAN_CALENDAR_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/compiler_config.hpp> namespace boost { namespace date_time { ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian_calendar.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
570
```c++ #ifndef DATETIME_SPECIAL_VALUE_FORMATTER_HPP___ #define DATETIME_SPECIAL_VALUE_FORMATTER_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <vector> #include <string> #include "boost/date_time/special_defs.hpp" ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/special_values_formatter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
828
```c++ #ifndef DATE_TIME_C_TIME_HPP___ #define DATE_TIME_C_TIME_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file c_time.hpp Provide workarounds related to the ctime header */ #include <ctime> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/c_time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
995
```c++ #ifndef _DATE_TIME_DATE_FACET__HPP___ #define _DATE_TIME_DATE_FACET__HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Martin Andrian, Jeff Garland, Bart Garst * $Date$ */ #include <locale> #include <string> #include <vector> #include <iterator>...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_facet.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,246
```c++ #ifndef DATE_TIME_LOCAL_TIMEZONE_DEFS_HPP__ #define DATE_TIME_LOCAL_TIMEZONE_DEFS_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include "boost/date_time/dst_rules.hpp" namespace boost { namespace date_time { ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_timezone_defs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,622
```c++ #ifndef DATE_TIME_TIME_HPP___ #define DATE_TIME_TIME_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file time.hpp This file contains the interface for the time associated classes. */ #include <stri...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,438
```c++ #ifndef DATE_TIME_DATE_FORMATTING_HPP___ #define DATE_TIME_DATE_FORMATTING_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/iso_format.hpp" #include "boost/date_time/compiler_config...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_formatting.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
947
```c++ #ifndef YearMonthDayBase_HPP__ #define YearMonthDayBase_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/compiler_config.hpp> namespace boost { namespace date_time { //! Allow rapid creatio...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/year_month_day.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
249
```c++ #ifndef _DATE_TIME_INT_ADAPTER_HPP__ #define _DATE_TIME_INT_ADAPTER_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/config.hpp" #include "boost/limits.hpp" //work around compilers without li...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/int_adapter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,551
```c++ #ifndef _DATE_TIME_DATE_GENERATOR_FORMATTER__HPP___ #define _DATE_TIME_DATE_GENERATOR_FORMATTER__HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <iostream> #include <string> #include <vector> #incl...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_generator_formatter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,741
```c++ #ifndef DATETIME_PERIOD_FORMATTER_HPP___ #define DATETIME_PERIOD_FORMATTER_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ namespace boost { namespace date_time { //! Not a facet, but a class used to...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/period_formatter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,651
```c++ #ifndef _STRING_CONVERT_HPP___ #define _STRING_CONVERT_HPP___ * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/compiler_config.hpp" #include <string> namespace boost { namespace date_time { //! Converts a string from one value_type to anothe...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/string_convert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
206
```c++ #ifndef DATE_DURATION_TYPES_HPP___ #define DATE_DURATION_TYPES_HPP___ * (See accompanying file LICENSE_1_0.txt or * path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/int_adapter.hpp> #include <boost/date_time/special_defs.h...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_duration_types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,979
```c++ #ifndef DATE_TIME_TIME_ZONE_NAMES_HPP__ #define DATE_TIME_TIME_ZONE_NAMES_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <string> namespace boost { namespace date_time { template<class CharT> struct defa...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_zone_names.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
723
```c++ #ifndef DATE_TIME_DST_RULES_HPP__ #define DATE_TIME_DST_RULES_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file dst_rules.hpp Contains template class to provide static dst rule calculations */ #in...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/dst_rules.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,296
```c++ #ifndef DATE_TIME_DATE_HPP___ #define DATE_TIME_DATE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/operators.hpp> #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/ye...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,550
```c++ #ifndef DATE_TIME_DATE_GENERATORS_HPP__ #define DATE_TIME_DATE_GENERATORS_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file date_generators.hpp Definition and implementation of date algorithm templa...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_generators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,046
```c++ #ifndef _DATE_TIME_FACET__HPP__ #define _DATE_TIME_FACET__HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Martin Andrian, Jeff Garland, Bart Garst * $Date$ */ #include <cctype> #include <locale> #include <limits> #include <string> #include <ss...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_facet.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
13,234
```c++ #ifndef DATE_CLOCK_DEVICE_HPP___ #define DATE_CLOCK_DEVICE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/c_time.hpp" namespace boost { namespace date_time { //! A clock prov...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/date_clock_device.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
546
```c++ #ifndef DATE_TIME_SPECIAL_VALUES_PARSER_HPP__ #define DATE_TIME_SPECIAL_VALUES_PARSER_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date: */ #include "boost/date_time/string_parse_tree.hpp" #include "boost/date_...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/special_values_parser.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,443
```c++ #ifndef _DATE_TIME_TIME_ZONE_BASE__ #define _DATE_TIME_TIME_ZONE_BASE__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include <sstream> #include <boost/date_time/compiler_config.hpp> namespace boost { namespace date_time { /...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_zone_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
791
```c++ #ifndef DATE_TIME_PERIOD_HPP___ #define DATE_TIME_PERIOD_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! \file period.hpp This file contain the implementation of the period abstraction. This is bas...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/period.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,856
```c++ #ifndef DATETIME_PERIOD_PARSER_HPP___ #define DATETIME_PERIOD_PARSER_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/throw_exception.hpp> #include <boost/date_time/string_parse_tree.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/period_parser.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,798
```c++ #ifndef POSIXTIME_PARSERS_HPP___ #define POSIXTIME_PARSERS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include "boost/date_time/gregorian/gregorian.hpp" #include "boost/date_time/time_parsing.hpp" #include "boost...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/time_parsers.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
314
```c++ #ifndef DATE_TIME_TZ_DB_BASE_HPP__ #define DATE_TIME_TZ_DB_BASE_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <map> #include <vector> #include <string> #include <sstream> #include <fstream> #include <stdexcept> #include <boost/tokenize...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/tz_db_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,555
```c++ #ifndef POSIX_TIME_SYSTEM_HPP___ #define POSIX_TIME_SYSTEM_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include "boost/date_time/posix_time/posix_time_config.hpp" #include "boost/date_time/time_system_split.hpp" #...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
232
```c++ #ifndef DATE_TIME_POSIX_TIME_IO_HPP__ #define DATE_TIME_POSIX_TIME_IO_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <locale> #include <iostream> #include <iterator> // i/ostreambuf_iterator #includ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_io.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,446
```c++ #ifndef POSIX_TIME_SERIALIZE_HPP___ #define POSIX_TIME_SERIALIZE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/posix_time/posix_time.hpp" #include "boost/date_time/gregorian/greg...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/time_serialize.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,632
```c++ #ifndef DATE_DURATION_OPERATORS_HPP___ #define DATE_DURATION_OPERATORS_HPP___ * (See accompanying file LICENSE_1_0.txt or * path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/gregorian/greg_duration_types.hpp" #include "boost/date_time/posix_time/ptime.hpp" namespace bo...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/date_duration_operators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
932
```c++ #ifndef POSIX_TIME_PRE133_OPERATORS_HPP___ #define POSIX_TIME_PRE133_OPERATORS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file posix_time_pre133_operators.hpp * These input and output operators ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_legacy_io.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,206
```c++ #ifndef POSIX_TIME_PERIOD_HPP___ #define POSIX_TIME_PERIOD_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include "boost/date_time/period.hpp" #include "boost/date_time/posix_time/posix_time_duration.hpp" #include "...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/time_period.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
130
```c++ #ifndef POSIXTIME_FORMATTERS_LIMITED_HPP___ #define POSIXTIME_FORMATTERS_LIMITED_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/c...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/time_formatters_limited.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,564
```c++ #ifndef POSIX_PTIME_HPP___ #define POSIX_PTIME_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/posix_time/posix_time_system.hpp> #include <boost/date_time/time.hpp> #include <boost/date_time/...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/ptime.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
489
```c++ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland */ #ifndef POSIX_TIME_TYPES_HPP___ #define POSIX_TIME_TYPES_HPP___ #include "boost/date_time/time_clock.hpp" #include "boost/date_time/microsec_time_clock.hpp" #include "boost/date_time/posi...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
386
```c++ #ifndef POSIX_TIME_HPP___ #define POSIX_TIME_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*!@file posix_time.hpp Global header file to get all of posix time types */ #include "boost/date_time/compile...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
268
```c++ #ifndef POSIX_TIME_CONVERSION_HPP___ #define POSIX_TIME_CONVERSION_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <cstring> #include <boost/cstdint.hpp> #include <boost/date_time/posix_time/ptime.h...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/conversion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
876
```c++ #ifndef POSIX_TIME_DURATION_HPP___ #define POSIX_TIME_DURATION_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/posix_time/posix_time_config.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_duration.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
474
```c++ #ifndef POSIX_TIME_CONFIG_HPP___ #define POSIX_TIME_CONFIG_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <cstdlib> //for MCW 7.2 std::abs(long long) #include <boost/limits.hpp> #include <boost/cst...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/posix_time_config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,364
```c++ #ifndef GREGORIAN_GREGORIAN_CALENDAR_HPP__ #define GREGORIAN_GREGORIAN_CALENDAR_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/cstdint.hpp> #include <boost/date_time/compiler_config.hpp> #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_calendar.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
349
```c++ #ifndef POSIXTIME_FORMATTERS_HPP___ #define POSIXTIME_FORMATTERS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/compiler_config.h...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/posix_time/time_formatters.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,424
```c++ #ifndef _GREGORIAN_TYPES_HPP__ #define _GREGORIAN_TYPES_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file gregorian_types.hpp Single file header that defines most of the types for the gregorian ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/gregorian_types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
854
```c++ #ifndef GREG_WEEKDAY_HPP___ #define GREG_WEEKDAY_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/constrained_value.hpp> #include <boost/date_time/date_defs.hpp> #include <boost/dat...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_weekday.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
447
```c++ #ifndef GREG_DAY_HPP___ #define GREG_DAY_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/constrained_value.hpp> #include <boost/date_time/compiler_config.hpp> #include <stdexcept> #include <s...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_day.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
427
```c++ #ifndef GREG_MONTH_HPP___ #define GREG_MONTH_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/constrained_value.hpp> #include <boost/date_time/date_defs.hpp> #include <boost/shared_...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_month.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
826
```c++ #ifndef GREG_DAY_OF_YEAR_HPP___ #define GREG_DAY_OF_YEAR_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/constrained_value.hpp> #include <boost/date_time/compiler_config.hpp> #include <stdexc...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_day_of_year.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
246
```c++ #ifndef GREGORIAN_FACET_HPP___ #define GREGORIAN_FACET_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/gregorian/gregorian_types.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_facet.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,410
```c++ #ifndef GREG_DURATION_TYPES_HPP___ #define GREG_DURATION_TYPES_HPP___ * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/gregorian/greg_date.hpp> #include <boost/date_time/int_adapter.hpp> #include <...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_duration_types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
290
```c++ #ifndef GREG_DURATION_HPP___ #define GREG_DURATION_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/date_duration.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_duration.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
900
```c++ #ifndef GREG_YEAR_HPP___ #define GREG_YEAR_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/constrained_value.hpp> #include <stdexcept> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_year.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
375
```c++ #ifndef GREGORIAN_FORMATTERS_LIMITED_HPP___ #define GREGORIAN_FORMATTERS_LIMITED_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/gregorian/gregorian_types.hpp" #include "boost/date...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/formatters_limited.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
698
```c++ #ifndef DATE_TIME_GREGORIAN_IO_HPP__ #define DATE_TIME_GREGORIAN_IO_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <locale> #include <iostream> #include <iterator> // i/ostreambuf_iterator #include ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/gregorian_io.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,747
```c++ #ifndef GREGORIAN_FORMATTERS_HPP___ #define GREGORIAN_FORMATTERS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/compiler_config.hpp" #include "boost/date_time/gregorian/gregorian_...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/formatters.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,486
```c++ #ifndef GREG_DATE_HPP___ #define GREG_DATE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include <boost/throw_exception.hpp> #include <boost/date_time/compiler_config.hpp> #include <boost/date_time/date.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_date.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,120
```c++ #ifndef GREGORIAN_PARSERS_HPP___ #define GREGORIAN_PARSERS_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/gregorian/gregorian_types.hpp" #include "boost/date_time/date_parsing.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/parsers.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
906
```c++ #ifndef DATE_TIME_GREG_YMD_HPP__ #define DATE_TIME_GREG_YMD_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ #include "boost/date_time/year_month_day.hpp" #include "boost/date_time/special_defs.hpp" #include "boost/date...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_ymd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
165
```c++ #ifndef GREGORIAN_HPP__ #define GREGORIAN_HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ /*! @file gregorian.hpp Single file header that provides overall include for all elements of the gregorian date...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/gregorian.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
255
```c++ #ifndef _GREGORIAN__CONVERSION_HPP___ #define _GREGORIAN__CONVERSION_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <cstring> #include <string> #include <stdexcept> #include <boost/throw_exception....
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/conversion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
519
```c++ #ifndef BOOST_DATE_TIME_TZ_DATABASE_HPP__ #define BOOST_DATE_TIME_TZ_DATABASE_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include "boost/date_time/local_time/custom_time_zone.hpp" #include "boost/date_time/local_time/dst_tr...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/tz_database.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
213
```c++ #ifndef LOCAL_TIME_DST_TRANSITION_DAY_RULES_HPP__ #define LOCAL_TIME_DST_TRANSITION_DAY_RULES_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/gregorian/gregorian_types.hpp" #include "boost/date_time/dst_transition_gener...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/dst_transition_day_rules.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
633
```c++ #ifndef LOCAL_TIME_DATE_DURATION_OPERATORS_HPP___ #define LOCAL_TIME_DATE_DURATION_OPERATORS_HPP___ * (See accompanying file LICENSE_1_0.txt or * path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/date_duration_operators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,003
```c++ #ifndef LOCAL_TIME_CUSTOM_TIME_ZONE_HPP__ #define LOCAL_TIME_CUSTOM_TIME_ZONE_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/time_zone_base.hpp" #include "boost/date_time/time_zone_names.hpp" #include "boost/date_time/p...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/custom_time_zone.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,497
```c++ #ifndef LOCAL_TIME_LOCAL_TIME_HPP__ #define LOCAL_TIME_LOCAL_TIME_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/posix_time/posix_time.hpp" #include "boost/date_time/local_time/local_date_time.hpp" #include "boost/date_...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/local_time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
187
```c++ #ifndef GREGORIAN_SERIALIZE_HPP___ #define GREGORIAN_SERIALIZE_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/gregorian/gregorian_types.hpp" #include "boost/date_time/gregorian/pa...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian/greg_serialize.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,841
```c++ #ifndef LOCAL_TIME_LOCAL_TIME_TYPES_HPP__ #define LOCAL_TIME_LOCAL_TIME_TYPES_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/local_time/local_date_time.hpp" #include "boost/date_time/period.hpp" #include "boost/date_tim...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/local_time_types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
427
```c++ #ifndef DATE_TIME_LOCAL_TIME_CONVERSION_HPP__ #define DATE_TIME_LOCAL_TIME_CONVERSION_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/date_time/posix_time/conversion.hpp" #include "boost/date_time/c_time.hpp" #include "boost/date...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/conversion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
189
```c++ #ifndef BOOST_DATE_TIME_LOCAL_TIME_IO_HPP__ #define BOOST_DATE_TIME_LOCAL_TIME_IO_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <locale> #include <iostream> #include <iterator> // i/ostreambuf_iterator #include <boost/io/ios_state.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/local_time_io.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,771
```c++ #ifndef LOCAL_TIME_LOCAL_DATE_TIME_HPP__ #define LOCAL_TIME_LOCAL_DATE_TIME_HPP__ * (See accompanying file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include <iomanip> #include <sstream> #include <stdexcept> #include <boost/shared_ptr.hpp> #include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/local_date_time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,531
```c++ #ifndef _DATE_TIME_POSIX_TIME_ZONE__ #define _DATE_TIME_POSIX_TIME_ZONE__ * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include <string> #include <sstream> #include <stdexcept> #include <boost/tokenizer.hpp> #include <boost/throw_exception.hpp> #include <boost/date_t...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/local_time/posix_time_zone.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,554
```c++ #ifndef BOOST_ARCHIVE_XML_WOARCHIVE_HPP #define BOOST_ARCHIVE_XML_WOARCHIVE_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // xml_woarchive.hpp // Use, modification and distribution...
/content/code_sandbox/src/boost_1_66_0/boost/archive/xml_woarchive.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
872
```c++ #ifndef BOOST_ARCHIVE_POLYMORPHIC_BINARY_OARCHIVE_HPP #define BOOST_ARCHIVE_POLYMORPHIC_BINARY_OARCHIVE_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // polymorphic_binary_oarchive....
/content/code_sandbox/src/boost_1_66_0/boost/archive/polymorphic_binary_oarchive.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
250