x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
local_time_types.hpp - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\date_time\local_time\local_time_types.hpp
Girar
Efecto
Propiedad
Historial
#ifndef LOCAL_TIME_LOCAL_TIME_TYPES_HPP__ #define LOCAL_TIME_LOCAL_TIME_TYPES_HPP__ /* Copyright (c) 2003-2004 CrystalClear Software, Inc. * Subject to the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) * Author: Jeff Garland, Bart Garst * $Date: 2008-02-27 15:00:24 -0500 (Wed, 27 Feb 2008) $ */ #include "boost/date_time/local_time/local_date_time.hpp" #include "boost/date_time/period.hpp" #include "boost/date_time/time_iterator.hpp" #include "boost/date_time/compiler_config.hpp" #if defined(BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES) #include "boost/date_time/local_time/date_duration_operators.hpp" #endif //BOOST_DATE_TIME_OPTIONAL_GREGORIAN_TYPES #include "boost/date_time/local_time/custom_time_zone.hpp" namespace boost { namespace local_time { typedef boost::date_time::period
local_time_period; typedef date_time::time_itr
local_time_iterator; typedef date_time::second_clock
local_sec_clock; typedef date_time::microsec_clock
local_microsec_clock; typedef date_time::time_zone_base
time_zone; typedef date_time::time_zone_base
wtime_zone; //! Shared Pointer for custom_time_zone and posix_time_zone objects typedef boost::shared_ptr
time_zone_ptr; typedef boost::shared_ptr
wtime_zone_ptr; typedef date_time::time_zone_names_base
time_zone_names; typedef date_time::time_zone_names_base
wtime_zone_names; //bring special enum values into the namespace using date_time::special_values; using date_time::not_special; using date_time::neg_infin; using date_time::pos_infin; using date_time::not_a_date_time; using date_time::max_date_time; using date_time::min_date_time; }} // namespaces #endif // LOCAL_TIME_LOCAL_TIME_TYPES_HPP__
local_time_types.hpp
Dirección de la página
Dirección del archivo
Anterior
8/10
Siguiente
Descargar
( 2 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.