Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

socketexception.cc File Reference

#include "socketexception.hh"

Go to the source code of this file.

Namespaces

namespace  Network

Functions

std::ostream & operator<< (std::ostream &stream, Exception &e)


Function Documentation

std::ostream & Network::operator<< std::ostream &  stream,
Exception &  e
 

Definition at line 27 of file socketexception.cc.

00028   {
00029     e.print(stream);
00030     return (stream);
00031   }


Generated on Fri Apr 8 06:13:01 2005 for libsocket by  doxygen 1.4.0