string_cast.hpp
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
30 
31 
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 #ifndef GLM_GTX_string_cast
42 #define GLM_GTX_string_cast GLM_VERSION
43 
44 // Dependency:
45 #include "../glm.hpp"
46 #include "../gtc/half_float.hpp"
47 #include "../gtx/integer.hpp"
48 #include "../gtx/quaternion.hpp"
49 #include <string>
50 
51 #if(defined(GLM_MESSAGES) && !defined(glm_ext))
52 # pragma message("GLM: GLM_GTX_string_cast extension included")
53 #endif
54 
55 namespace glm
56 {
59 
62  template <typename genType>
63  std::string to_string(genType const & x);
64 
66 }//namespace glm
67 
68 #include "string_cast.inl"
69 
70 #endif//GLM_GTX_string_cast