Changeset 70672e3 for src/Helpers
- Timestamp:
- Dec 22, 2010, 5:20:21 PM (15 years ago)
- Children:
- cdf2e4
- Parents:
- 9098f9
- Location:
- src/Helpers
- Files:
-
- 10 edited
-
Assert.hpp (modified) (1 diff)
-
Info.hpp (modified) (1 diff)
-
Log.hpp (modified) (1 diff)
-
MemDebug.hpp (modified) (1 diff)
-
Range.hpp (modified) (1 diff)
-
Verbose.hpp (modified) (2 diffs)
-
enumeration.hpp (modified) (1 diff)
-
errorlogger.hpp (modified) (1 diff)
-
logger.hpp (modified) (1 diff)
-
toString.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Helpers/Assert.hpp
r9098f9 r70672e3 8 8 #ifndef ASSERT_HPP_ 9 9 #define ASSERT_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include<sstream> -
src/Helpers/Info.hpp
r9098f9 r70672e3 9 9 #define INFO_HPP_ 10 10 11 using namespace std; 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 12 15 13 16 /*********************************************** includes ***********************************/ -
src/Helpers/Log.hpp
r9098f9 r70672e3 8 8 #ifndef LOG_HPP_ 9 9 #define LOG_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include "errorlogger.hpp" -
src/Helpers/MemDebug.hpp
r9098f9 r70672e3 8 8 #ifndef MEMDEBUG_HPP_ 9 9 #define MEMDEBUG_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 /** -
src/Helpers/Range.hpp
r9098f9 r70672e3 8 8 #ifndef RANGE_HPP_ 9 9 #define RANGE_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 15 10 16 template <class T> 11 17 struct range { -
src/Helpers/Verbose.hpp
r9098f9 r70672e3 9 9 #define VERBOSE_HPP_ 10 10 11 using namespace std;12 13 11 /*********************************************** includes ***********************************/ 14 12 … … 19 17 20 18 #include <iosfwd> 19 20 using namespace std; 21 21 22 22 /************************************* Class Verbose & Binary *******************************/ -
src/Helpers/enumeration.hpp
r9098f9 r70672e3 8 8 #ifndef ENUMERATOR_HPP_ 9 9 #define ENUMERATOR_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 /************ struct to contain simple enumerations ***************/ -
src/Helpers/errorlogger.hpp
r9098f9 r70672e3 8 8 #ifndef ERRORLOGGER_HPP_ 9 9 #define ERRORLOGGER_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <iosfwd> -
src/Helpers/logger.hpp
r9098f9 r70672e3 8 8 #ifndef LOGGER_HPP_ 9 9 #define LOGGER_HPP_ 10 11 // include config.h 12 #ifdef HAVE_CONFIG_H 13 #include <config.h> 14 #endif 10 15 11 16 #include <iosfwd> -
src/Helpers/toString.hpp
r9098f9 r70672e3 9 9 #ifndef TOSTRING_HPP_ 10 10 #define TOSTRING_HPP_ 11 12 // include config.h 13 #ifdef HAVE_CONFIG_H 14 #include <config.h> 15 #endif 11 16 12 17 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.
