E-MailRelay
Classes | Namespaces | Functions
gpath.h File Reference
#include "gdef.h"
#include "gstringarray.h"
#include "gstringview.h"
#include <string>
#include <iostream>
#include <initializer_list>
+ Include dependency graph for gpath.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G::Path
 A Path object represents a file system path. More...
 

Namespaces

namespace  G
 Low-level classes.
 

Functions

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