Changeset 2019 for code/branches/objecthierarchy/src/util/String.cc
- Timestamp:
- Oct 27, 2008, 4:08:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/util/String.cc
r1894 r2019 37 37 #include <iostream> 38 38 39 /** 40 @brief Blank string as variable so you can use const std::string& even if you have to return "". 41 */ 42 std::string blankString = ""; 39 #include "Convert.h" 40 #include "Math.h" 41 42 std::string getUniqueNumberString() 43 { 44 return convertToString(getUniqueNumber()); 45 } 43 46 44 47 /**
Note: See TracChangeset
for help on using the changeset viewer.