Changeset 93abe8 for src/Helpers/Info.hpp
- Timestamp:
- Apr 2, 2011, 12:11:44 AM (15 years ago)
- Children:
- 8e24ef
- Parents:
- 6b898c
- git-author:
- Frederik Heber <heber@…> (03/14/11 17:54:03)
- git-committer:
- Frederik Heber <heber@…> (04/02/11 00:11:44)
- File:
-
- 1 edited
-
src/Helpers/Info.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Helpers/Info.hpp
r6b898c r93abe8 14 14 #endif 15 15 16 #include <string> 17 18 class ChronosTest; 19 16 20 /*********************************************** includes ***********************************/ 17 21 … … 21 25 22 26 class Info { 27 //!> unit tests needs access to some internals 28 friend class ChronosTest; 23 29 public : 24 30 static int verbosity; 25 const char *FunctionName;31 const std::string FunctionName; 26 32 27 33 Info(const char *msg); … … 29 35 static void setVerbosity(int verbosityLevel); 30 36 37 private: 38 static class Chronos * timekeeper; 39 static bool ChronosBlocker; 40 static size_t NumberInfos; 31 41 }; 32 42
Note:
See TracChangeset
for help on using the changeset viewer.
