Sleeping Wombat GUI  0.100
swGUI
Classes | Namespaces | Functions
Path.h File Reference
#include <filesystem>
#include <string>
#include <codecvt>

Go to the source code of this file.

Classes

class  filesystem::Path
 

Namespaces

 filesystem
 

Functions

Path filesystem::operator/ (const Path &path1, const Path &path2)
 

Detailed Description

Author
nieznanysprawiciel

Implementacja klasy Path. Ponieważ Path nie znajduje się jeszcze w standardzie c++, ale zostanie do niego włączone dopiero wraz z c++17, to potrzebny jest ten wrapper. Na razie implementacje dla różnych kompilatorów umieszczają tę klasę w różnych namespacach, więc nie da się tego zaimplementowac w pełni przenośnie.