Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PlexStripEndId.cxx File Reference

#include "Plex/PlexStripEndId.h"
#include <iostream>
#include <iomanip>
#include <string>
#include <cassert>
#include "MessageService/MsgService.h"

Go to the source code of this file.

Functions

 CVSID ("$Id: PlexStripEndId.cxx,v 1.35 2005/08/26 18:47:04 rhatcher Exp $")
std::ostream & operator<< (std::ostream &os, const PlexStripEndId &p)


Function Documentation

CVSID "$Id: PlexStripEndId cxx,
v 1.35 2005/08/26 18:47:04 rhatcher Exp $" 
 

std::ostream& operator<< std::ostream &  os,
const PlexStripEndId p
 

Definition at line 29 of file PlexStripEndId.cxx.

00030 {
00031    os << p.AsString();
00032 
00033   return os;
00034 }


Generated on Mon Feb 15 11:08:08 2010 for loon by  doxygen 1.3.9.1