#include "gdef.h"
#include "gstrings.h"
#include <string>
#include <iostream>
Go to the source code of this file.
|
| G |
| Low-level classes for o/s services.
|
|
|
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) |
|
void | G::swap (Path &p1, Path &p2) |
|