#include "gdef.h"
#include "gstringarray.h"
#include "gstringview.h"
#include <string>
#include <iostream>
#include <initializer_list>
Go to the source code of this file.
|
| namespace | G |
| | Low-level classes.
|
| |
|
| std::ostream & | G::operator<< (std::ostream &stream, const Path &path) |
| |
| Path & | G::operator/= (Path &p, const std::string &str) |
| |
| Path | G::operator/ (const Path &p, const std::string &str) |
| |
|
Path & | G::operator+= (Path &, const std::string &)=delete |
| |
|
Path & | G::operator+ (const Path &, const std::string &)=delete |
| |
| void | G::swap (Path &p1, Path &p2) noexcept |
| |