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++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
#ifndef BOOST_MPI_PYTHON_SKELETON_AND_CONTENT_HPP
#define BOOST_MPI_PYTHON_SKELETON_AND_CONTENT_HPP
/** @file skeleton_and_content.hpp
*
* This file reflects the skeleton/content facilities int... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/python/skeleton_and_content.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,437 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.6. Scatter
#ifndef BOOST_MPI_SCATTER_HPP
#define BOOST_MPI_SCATTER_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <boost/mpi/... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/scatter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,307 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
/** @file serialize.hpp
*
* This file provides Boost.Serialization support for Python objects
* within Boost.MPI. Python objects can be serialized in one of two
* ways. The default serializ... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/python/serialize.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,139 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.8. All-to-all
#ifndef BOOST_MPI_ALL_TO_ALL_HPP
#define BOOST_MPI_ALL_TO_ALL_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/all_to_all.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,251 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
// Andrew Lumsdaine
// Message Passing Interface 1.1 -- Section 4.9.1. Reduce
#ifndef BOOST_MPI_ALL_REDUCE_HPP
#define BOOST_MPI_ALL_REDUCE_HPP
#include <vector>
#include <boost/mpi/... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/all_reduce.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,065 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
// Andrew Lumsdaine
// Message Passing Interface 1.1 -- Section 4.9.1. Scan
#ifndef BOOST_MPI_SCAN_HPP
#define BOOST_MPI_SCAN_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mp... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/scan.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,291 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.4. Broadcast
#ifndef BOOST_MPI_BROADCAST_HPP
#define BOOST_MPI_BROADCAST_HPP
#include <boost/mpi/collectives_fwd.hpp>
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datat... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/broadcast.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 824 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.7. Gather-to-all
#ifndef BOOST_MPI_ALL_GATHER_HPP
#define BOOST_MPI_ALL_GATHER_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/all_gather.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 625 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.5. Gather
#ifndef BOOST_MPI_GATHER_HPP
#define BOOST_MPI_GATHER_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <boost/mpi/pac... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/gather.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,213 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.6. Scatterv
#ifndef BOOST_MPI_SCATTERV_HPP
#define BOOST_MPI_SCATTERV_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <boost/m... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/scatterv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,429 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Message Passing Interface 1.1 -- Section 4.5. Gatherv
#ifndef BOOST_MPI_GATHERV_HPP
#define BOOST_MPI_GATHERV_HPP
#include <boost/mpi/exception.hpp>
#include <boost/mpi/datatype.hpp>
#include <vector>
#include <boost/mpi/... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/gatherv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,477 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file log/trivial.hpp
* \author Andrey Semashev
* \date 07.11.2009
*
* This header defines tools for trivial logging support
*/
#ifndef BOOST_LOG_TRIVIAL_HPP_INCLUDED_
#define BOOST_LOG_TRIVIAL_HPP_INCLUDED_
... | /content/code_sandbox/src/boost_1_66_0/boost/log/trivial.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 836 |
```c++
// Use, modification and distribution is subject to the Boost Software
// path_to_url
// Authors: Douglas Gregor
// Andrew Lumsdaine
// Message Passing Interface 1.1 -- Section 4.9.1. Reduce
#ifndef BOOST_MPI_REDUCE_HPP
#define BOOST_MPI_REDUCE_HPP
#include <boost/mpi/exception.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/mpi/collectives/reduce.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,045 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file expressions.hpp
* \author Andrey Semashev
* \date 10.11.2012
*
* This header includes other Boost.Log headers with all template expression tools.
*/
#ifndef BOOST_LOG_EXPRESSIONS_HPP_INCLUDED_
#define BO... | /content/code_sandbox/src/boost_1_66_0/boost/log/expressions.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 229 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file log/core.hpp
* \author Andrey Semashev
* \date 19.04.2007
*
* This header includes Boost.Log headers related to the logging core.
*/
#ifndef BOOST_LOG_CORE_HPP_INCLUDED_
#define BOOST_LOG_CORE_HPP_INCLUD... | /content/code_sandbox/src/boost_1_66_0/boost/log/core.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 139 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file common.hpp
* \author Andrey Semashev
* \date 14.03.2009
*
* This header includes other Boost.Log headers that are commonly used in logging applications.
* Note that the header does not include any headers... | /content/code_sandbox/src/boost_1_66_0/boost/log/common.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 258 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file sinks.hpp
* \author Andrey Semashev
* \date 13.07.2009
*
* This header includes other Boost.Log headers with all sinks.
*/
#ifndef BOOST_LOG_SINKS_HPP_INCLUDED_
#define BOOST_LOG_SINKS_HPP_INCLUDED_
#in... | /content/code_sandbox/src/boost_1_66_0/boost/log/sinks.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 342 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attributes.hpp
* \author Andrey Semashev
* \date 13.07.2009
*
* This header includes other Boost.Log headers with all attributes.
*/
#ifndef BOOST_LOG_ATTRIBUTES_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUTE... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 235 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file constant.hpp
* \author Andrey Semashev
* \date 15.04.2007
*
* The header contains implementation of a constant attribute.
*/
#ifndef BOOST_LOG_ATTRIBUTES_CONSTANT_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUT... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/constant.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 687 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file
* \author Andrey Semashev
* \date 31.10.2009
*
* The header contains exception classes declarations.
*/
#ifndef BOOST_LOG_EXCEPTIONS_HPP_INCLUDED_
#define BOOST_LOG_EXCEPTIONS_HPP_INCLUDED_
#include <cstd... | /content/code_sandbox/src/boost_1_66_0/boost/log/exceptions.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,416 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file fallback_policy.hpp
* \author Andrey Semashev
* \date 18.08.2012
*
* The header contains definition of fallback policies when attribute value visitation or extraction fails.
*/
#ifndef BOOST_LOG_ATTRIBUT... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/fallback_policy.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 976 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_set.hpp
* \author Andrey Semashev
* \date 08.03.2007
*
* This header contains definition of the attribute set container.
*/
#ifndef BOOST_LOG_ATTRIBUTE_SET_HPP_INCLUDED_
#define BOOST_LOG_ATTRI... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_set.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,620 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_name.hpp
* \author Andrey Semashev
* \date 28.06.2010
*
* The header contains attribute name interface definition.
*/
#ifndef BOOST_LOG_ATTRIBUTE_NAME_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUTE_... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_name.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,341 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file mutable_constant.hpp
* \author Andrey Semashev
* \date 06.11.2007
*
* The header contains implementation of a mutable constant attribute.
*/
#ifndef BOOST_LOG_ATTRIBUTES_MUTABLE_CONSTANT_HPP_INCLUDED_
#d... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/mutable_constant.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,910 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file value_visitation_fwd.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* The header contains forward declaration of convenience tools to apply visitors to an attribute value
* in the view.
*/
#ifndef B... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/value_visitation_fwd.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 223 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file function.hpp
* \author Andrey Semashev
* \date 24.06.2007
*
* The header contains implementation of an attribute that calls a third-party function on value acquisition.
*/
#ifndef BOOST_LOG_ATTRIBUTES_FU... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/function.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 924 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file fallback_policy_fwd.hpp
* \author Andrey Semashev
* \date 18.08.2012
*
* The header contains forward declaration of fallback policies when attribute value visitation or extraction fails.
*/
#ifndef BOOST... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/fallback_policy_fwd.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 243 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_value.hpp
* \author Andrey Semashev
* \date 21.05.2010
*
* The header contains \c attribute_value class definition.
*/
#ifndef BOOST_LOG_ATTRIBUTE_VALUE_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUT... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_value.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,468 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file scoped_attribute.hpp
* \author Andrey Semashev
* \date 13.05.2007
*
* The header contains definition of facilities to define scoped attributes.
*/
#ifndef BOOST_LOG_ATTRIBUTES_SCOPED_ATTRIBUTE_HPP_INCLUD... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/scoped_attribute.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,778 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file time_traits.hpp
* \author Andrey Semashev
* \date 01.12.2007
*
* The header contains implementation of time traits that are used in various parts of the
* library to acquire current time.
*/
#ifndef BOO... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/time_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 392 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file current_process_id.hpp
* \author Andrey Semashev
* \date 12.09.2009
*
* The header contains implementation of a current process id attribute
*/
#ifndef BOOST_LOG_ATTRIBUTES_CURRENT_PROCESS_ID_HPP_INCLUDE... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/current_process_id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 332 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file current_process_name.hpp
* \author Andrey Semashev
* \date 29.07.2012
*
* The header contains implementation of a current process name attribute
*/
#ifndef BOOST_LOG_ATTRIBUTES_CURRENT_PROCESS_NAME_HPP_I... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/current_process_name.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 332 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_value_set.hpp
* \author Andrey Semashev
* \date 21.04.2007
*
* This header file contains definition of attribute value set. The set is constructed from
* three attribute sets (global, thread-spe... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_value_set.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,651 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file counter.hpp
* \author Andrey Semashev
* \date 01.05.2007
*
* The header contains implementation of the counter attribute.
*/
#ifndef BOOST_LOG_ATTRIBUTES_COUNTER_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUTE... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/counter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 628 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_cast.hpp
* \author Andrey Semashev
* \date 06.08.2010
*
* The header contains utilities for casting between attribute factories.
*/
#ifndef BOOST_LOG_ATTRIBUTES_ATTRIBUTE_CAST_HPP_INCLUDED_
#de... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_cast.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 352 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file value_extraction_fwd.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* The header contains forward declaration of tools for extracting attribute values
* from the view.
*/
#ifndef BOOST_LOG_ATTRIBUTE... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/value_extraction_fwd.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 317 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file current_thread_id.hpp
* \author Andrey Semashev
* \date 12.09.2009
*
* The header contains implementation of a current thread id attribute
*/
#ifndef BOOST_LOG_ATTRIBUTES_CURRENT_THREAD_ID_HPP_INCLUDED_
... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/current_thread_id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 569 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file clock.hpp
* \author Andrey Semashev
* \date 01.12.2007
*
* The header contains wall clock attribute implementation and typedefs.
*/
#ifndef BOOST_LOG_ATTRIBUTES_CLOCK_HPP_INCLUDED_
#define BOOST_LOG_ATTR... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/clock.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 536 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_value_impl.hpp
* \author Andrey Semashev
* \date 24.06.2007
*
* The header contains an implementation of a basic attribute value implementation class.
*/
#ifndef BOOST_LOG_ATTRIBUTES_ATTRIBUTE_... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute_value_impl.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 805 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file timer.hpp
* \author Andrey Semashev
* \date 02.12.2007
*
* The header contains implementation of a stop watch attribute.
*/
#ifndef BOOST_LOG_ATTRIBUTES_TIMER_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUTES_T... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/timer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 484 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute.hpp
* \author Andrey Semashev
* \date 15.04.2007
*
* The header contains attribute interface definition.
*/
#ifndef BOOST_LOG_ATTRIBUTES_ATTRIBUTE_HPP_INCLUDED_
#define BOOST_LOG_ATTRIBUTES_ATT... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/attribute.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,142 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file value_visitation.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* The header contains implementation of convenience tools to apply visitors to an attribute value
* in the view.
*/
#ifndef BOOST_LOG_... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/value_visitation.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,884 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file
* \author Andrey Semashev
* \date 24.06.2007
*
* The header contains implementation of named scope container and an attribute that allows to
* put the named scope to log. A number of convenience macros are ... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/named_scope.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,275 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file light_rw_mutex.hpp
* \author Andrey Semashev
* \date 24.03.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_L... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/light_rw_mutex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 890 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file tagged_integer.hpp
* \author Andrey Semashev
* \date 11.01.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_L... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/tagged_integer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,086 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file native_typeof.hpp
* \author Andrey Semashev
* \date 08.03.2009
*
* This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_NATIVE_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/native_typeof.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 318 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file value_extraction.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* The header contains implementation of tools for extracting an attribute value
* from the view.
*/
#ifndef BOOST_LOG_ATTRIBUTES_VALUE... | /content/code_sandbox/src/boost_1_66_0/boost/log/attributes/value_extraction.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 7,669 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_predicate.hpp
* \author Andrey Semashev
* \date 02.09.2012
*
* The header contains implementation of a generic predicate in template expressions.
*/
#ifndef BOOST_LOG_DETAIL_ATTRIBUTE_PREDICATE... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/attribute_predicate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 688 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
#if !defined(BOOST_LOG_ENABLE_WARNINGS)
#if defined(_MSC_VER)
#pragma warning(pop)
#elif defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 406
#pragma GCC diagnostic pop
#endif
#endif // !defined(BOOST_LOG_ENABL... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/footer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 91 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file singleton.hpp
* \author Andrey Semashev
* \date 20.04.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DE... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/singleton.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 441 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file cleanup_scope_guard.hpp
* \author Andrey Semashev
* \date 11.03.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BO... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/cleanup_scope_guard.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 269 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file unary_function_terminal.hpp
* \author Andrey Semashev
* \date 21.07.2012
*
* The header contains attribute value extractor adapter for constructing expression template terminals.
*/
#ifndef BOOST_LOG_DET... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/unary_function_terminal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 972 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file snprintf.hpp
* \author Andrey Semashev
* \date 20.02.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DET... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/snprintf.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 681 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file default_attribute_names.hpp
* \author Andrey Semashev
* \date 15.01.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifnde... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/default_attribute_names.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 254 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file asio_fwd.hpp
* \author Andrey Semashev
* \date 20.04.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*
* The header provides ... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/asio_fwd.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 216 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file deduce_char_type.hpp
* \author Andrey Semashev
* \date 17.11.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/deduce_char_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 469 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file trivial_keyword.hpp
* \author Andrey Semashev
* \date 02.12.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/trivial_keyword.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 200 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file sfinae_tools.hpp
* \author Andrey Semashev
* \date 23.02.2016
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/sfinae_tools.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 220 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
template<
typename ResultT
BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(), typename ArgT)
>
class light_function< ResultT (BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), ArgT)) >
{
typedef light_function this_type... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/light_function_pp.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,081 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_output_terminal.hpp
* \author Andrey Semashev
* \date 06.11.2012
*
* The header contains implementation of a generic output manipulator in template expressions.
*/
#ifndef BOOST_LOG_DETAIL_ATTR... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/attr_output_terminal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,118 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file date_time_format_parser.hpp
* \author Andrey Semashev
* \date 16.09.2012
*
* The header contains a parser for date and time format strings.
*/
#ifndef BOOST_LOG_DETAIL_DATE_TIME_FORMAT_PARSER_HPP_INCLUDE... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/date_time_format_parser.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,174 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file sink_init_helpers.hpp
* \author Andrey Semashev
* \date 14.03.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOS... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/sink_init_helpers.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 766 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attachable_sstream_buf.hpp
* \author Andrey Semashev
* \date 29.07.2007
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/attachable_sstream_buf.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,466 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file code_conversion.hpp
* \author Andrey Semashev
* \date 08.11.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/code_conversion.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,660 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file embedded_string_type.hpp
* \author Andrey Semashev
* \date 16.08.2009
*
* This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/embedded_string_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 701 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file detail/event.hpp
* \author Andrey Semashev
* \date 24.07.2011
*/
#ifndef BOOST_LOG_DETAIL_EVENT_HPP_INCLUDED_
#define BOOST_LOG_DETAIL_EVENT_HPP_INCLUDED_
#include <boost/log/detail/config.hpp>
#ifdef BO... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/event.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 991 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file config.hpp
* \author Andrey Semashev
* \date 08.03.2007
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url In this file
* inte... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/config.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,383 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file unhandled_exception_count.hpp
* \author Andrey Semashev
* \date 05.11.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifn... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/unhandled_exception_count.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 194 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file fake_mutex.hpp
* \author Andrey Semashev
* \date 31.07.2011
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_D... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/fake_mutex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 302 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file adaptive_mutex.hpp
* \author Andrey Semashev
* \date 01.08.2010
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_L... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/adaptive_mutex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,401 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
template< BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename ArgT) >
BOOST_FORCEINLINE format_named_scope_actor<
fallback_to_none,
typename boost::log::aux::deduce_char_type<
typename parameter::binding<
... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/named_scope_fmt_pp.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 866 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attribute_get_value_impl.hpp
* \author Andrey Semashev
* \date 04.08.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifnd... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/attribute_get_value_impl.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 217 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file threadsafe_queue.hpp
* \author Andrey Semashev
* \date 05.11.2010
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/threadsafe_queue.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,688 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file attr_output_impl.hpp
* \author Andrey Semashev
* \date 12.08.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/attr_output_impl.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 880 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
BOOST_LOG_AUX_OVERLOAD(const&, const&)
BOOST_LOG_AUX_OVERLOAD(&, const&)
BOOST_LOG_AUX_OVERLOAD(const&, &)
BOOST_LOG_AUX_OVERLOAD(&, &)
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
BOOST_LOG_AUX_OVERLOAD(const&&, const&&)... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/generate_overloads.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 206 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file format.hpp
* \author Andrey Semashev
* \date 15.11.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAI... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/format.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,259 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file date_time_fmt_gen_traits_fwd.hpp
* \author Andrey Semashev
* \date 07.11.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 208 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file is_character_type.hpp
* \author Andrey Semashev
* \date 25.07.2015
*
* The header defines \c is_character_type trait which checks if the type is one of the character types
*/
#ifndef BOOST_LOG_DETAIL_IS_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/is_character_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 331 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file c_str.hpp
* \author Andrey Semashev
* \date 23.02.2016
*
* This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_C_STR_HPP_INCLU... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/c_str.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 304 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file process_id.hpp
* \author Andrey Semashev
* \date 12.09.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_D... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/process_id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 298 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file pause.hpp
* \author Andrey Semashev
* \date 06.01.2016
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/pause.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 327 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file setup_config.hpp
* \author Andrey Semashev
* \date 14.09.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url In this file
* ... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/setup_config.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 384 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file thread_specific.hpp
* \author Andrey Semashev
* \date 01.03.2008
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/thread_specific.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 592 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file timestamp.hpp
* \author Andrey Semashev
* \date 31.07.2011
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DE... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/timestamp.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 487 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file pp_identity.hpp
* \author Andrey Semashev
* \date 12.02.2011
*
* This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_PP_IDENTI... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/pp_identity.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 143 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file decomposed_time.hpp
* \author Andrey Semashev
* \date 07.11.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/decomposed_time.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,243 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file value_ref_visitation.hpp
* \author Andrey Semashev
* \date 28.07.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url In this file
... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/value_ref_visitation.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 794 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file is_ostream.hpp
* \author Andrey Semashev
* \date 05.07.2015
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url In this file
* ... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/is_ostream.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 323 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file locking_ptr.hpp
* \author Andrey Semashev
* \date 15.07.2009
*
* This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_LOCKING_P... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/locking_ptr.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 931 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file light_function.hpp
* \author Andrey Semashev
* \date 20.06.2010
*
* \brief This header is the Boost.Log library impl, see the library documentation
* at path_to_url
*
* The file contains a ligh... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/light_function.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,657 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file custom_terminal_spec.hpp
* \author Andrey Semashev
* \date 29.01.2012
*
* The header contains Boost.Phoenix custom terminal specialization for Boost.Log terminals.
*/
#ifndef BOOST_LOG_DETAIL_CUSTOM_TERM... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/custom_terminal_spec.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 429 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file copy_cv.hpp
* \author Andrey Semashev
* \date 16.03.2014
*
* The header defines \c copy_cv type trait which copies const/volatile qualifiers from one type to another
*/
#ifndef BOOST_LOG_DETAIL_COPY_CV_H... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/copy_cv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 311 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file function_traits.hpp
* \author Andrey Semashev
* \date 30.08.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/function_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,661 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file enqueued_record.hpp
* \author Andrey Semashev
* \date 01.04.2014
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url In this file
* ... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/enqueued_record.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 606 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
#include <boost/config/abi_prefix.hpp>
#if !defined(BOOST_LOG_ENABLE_WARNINGS)
#if defined(_MSC_VER)
#pragma warning(push, 3)
// 'm_A' : class 'A' needs to have dll-interface to be used by clients of class 'B'
#pragma warn... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/header.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 573 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file thread_id.hpp
* \author Andrey Semashev
* \date 08.01.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DE... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/thread_id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 326 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file id.hpp
* \author Andrey Semashev
* \date 08.01.2012
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_LOG_DETAIL_ID... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 468 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file parameter_tools.hpp
* \author Andrey Semashev
* \date 28.06.2009
*
* \brief This header is the Boost.Log library implementation, see the library documentation
* at path_to_url
*/
#ifndef BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/log/detail/parameter_tools.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,417 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file keywords/time_based_rotation.hpp
* \author Andrey Semashev
* \date 14.03.2009
*
* The header contains the \c time_based_rotation keyword declaration.
*/
#ifndef BOOST_LOG_KEYWORDS_TIME_BASED_ROTATION_HPP... | /content/code_sandbox/src/boost_1_66_0/boost/log/keywords/time_based_rotation.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 196 |
```c++
/*
* (See accompanying file LICENSE_1_0.txt or copy at
* path_to_url
*/
/*!
* \file keywords/channel.hpp
* \author Andrey Semashev
* \date 14.03.2009
*
* The header contains the \c channel keyword declaration.
*/
#ifndef BOOST_LOG_KEYWORDS_CHANNEL_HPP_INCLUDED_
#define BOOST_LOG_KEYWORD... | /content/code_sandbox/src/boost_1_66_0/boost/log/keywords/channel.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 174 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.