#include <cassert>#include <iostream>#include "TString.h"#include "Candidate/CandHandle.h"#include "CandData/CandHeader.h"#include "CandData/CandRecord.h"#include "Candidate/CandUid.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: CandHandle.cxx,v 1.38 2006/07/24 17:57:59 boehm Exp $") | |
| std::ostream & | operator<< (std::ostream &os, const CandHandle &ch) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 37 of file CandHandle.cxx. 00038 { return ch.FormatToOStream(os); }
|
1.3.9.1