#include <platformstl/platformstl.hpp>
#include <platformstl/error/exceptions.hpp>
#include <platformstl/filesystem/current_directory.hpp>
#include <platformstl/filesystem/filesystem_traits.hpp>
#include <stlsoft/string/simple_string.hpp>
#include <stack>
Go to the source code of this file.
Namespaces | |
| namespace | platformstl |
Classes | |
| class | basic_cwd_stack |
Acts as a stack for current working directory changes, setting the current working directory with push(), and resetting to its previous value with pop(). More... | |
Typedefs | |
| typedef basic_cwd_stack< char > | cwd_stack_a |
| typedef basic_cwd_stack< wchar_t > | cwd_stack_w |
| typedef basic_cwd_stack< char > | cwd_stack |
1.5.6