VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gpath.h File Reference
#include "gdef.h"
#include "gstrings.h"
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

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

Namespaces

 G
 Low-level classes for o/s services.
 

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)
 
void G::swap (Path &p1, Path &p2)