#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) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 29 of file PlexStripEndId.cxx. 00030 {
00031 os << p.AsString();
00032
00033 return os;
00034 }
|
1.3.9.1