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
compiler_log_formatter.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\test\output\compiler_log_formatter.hpp
Girar
Efecto
Propiedad
Historial
// (C) Copyright Gennadiy Rozental 2005-2007. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/test for the library home page. // // File : $RCSfile$ // // Version : $Revision: 41369 $ // // Description : contains compiler like Log formatter definition // *************************************************************************** #ifndef BOOST_TEST_COMPILER_LOG_FORMATTER_HPP_020105GER #define BOOST_TEST_COMPILER_LOG_FORMATTER_HPP_020105GER // Boost.Test #include
#include
#include
//____________________________________________________________________________// namespace boost { namespace unit_test { namespace output { // ************************************************************************** // // ************** compiler_log_formatter ************** // // ************************************************************************** // class BOOST_TEST_DECL compiler_log_formatter : public unit_test_log_formatter { public: // Formatter interface void log_start( std::ostream&, counter_t test_cases_amount ); void log_finish( std::ostream& ); void log_build_info( std::ostream& ); void test_unit_start( std::ostream&, test_unit const& tu ); void test_unit_finish( std::ostream&, test_unit const& tu, unsigned long elapsed ); void test_unit_skipped( std::ostream&, test_unit const& tu ); void log_exception( std::ostream&, log_checkpoint_data const&, const_string explanation ); void log_entry_start( std::ostream&, log_entry_data const&, log_entry_types let ); void log_entry_value( std::ostream&, const_string value ); void log_entry_finish( std::ostream& ); protected: virtual void print_prefix( std::ostream&, const_string file, std::size_t line ); }; } // namespace output } // namespace unit_test } // namespace boost //____________________________________________________________________________// #include
#endif // BOOST_TEST_COMPILER_LOG_FORMATTER_HPP_020105GER
compiler_log_formatter.hpp
Dirección de la página
Dirección del archivo
Anterior 1/4
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.