Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_string.h
| Show All 15 Lines | |||||
| #ifndef __UTIL_STRING_H__ | #ifndef __UTIL_STRING_H__ | ||||
| #define __UTIL_STRING_H__ | #define __UTIL_STRING_H__ | ||||
| #include <string.h> | #include <string.h> | ||||
| #include <string> | #include <string> | ||||
| #include <sstream> | #include <sstream> | ||||
| #include "util_vector.h" | #include "util/util_vector.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| using std::string; | using std::string; | ||||
| using std::stringstream; | using std::stringstream; | ||||
| using std::ostringstream; | using std::ostringstream; | ||||
| using std::istringstream; | using std::istringstream; | ||||
| ▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines | |||||