![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for stackstring.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | boost::nowide::basic_stackstring< CharOut, CharIn, BufferSize > |
| A class that allows to create a temporary wide or narrow UTF strings from wide or narrow UTF source. More... | |
Namespaces | |
| namespace | boost |
| namespace | boost::nowide |
| This namespace includes implementation of the standard library functios such that they accept UTF-8 strings on Windows. On other platforms it is just an alias of std namespace (i.e. not on Windows) | |
Typedefs | |
| typedef basic_stackstring< wchar_t, char, 256 > | boost::nowide::wstackstring |
| Convinience typedef. | |
| typedef basic_stackstring< char, wchar_t, 256 > | boost::nowide::stackstring |
| Convinience typedef. | |
| typedef basic_stackstring< wchar_t, char, 16 > | boost::nowide::wshort_stackstring |
| Convinience typedef. | |
| typedef basic_stackstring< char, wchar_t, 16 > | boost::nowide::short_stackstring |
| Convinience typedef. | |