Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

path.C File Reference

#include "path.h"

Go to the source code of this file.

Functions

ostream& operator<< (ostream &os, const Path &path)


Function Documentation

ostream & operator<< ( ostream & os,
const Path & path )
 

Definition at line 61 of file path.C.

00061                                          {
00062 return os << path.str();
00063 }


httpstats-stage03 [ 7 April, 2001]