#include "CalScheme.h"#include "MessageService/MsgService.h"#include <cassert>#include <iostream>Go to the source code of this file.
Functions | |
| CVSID (" $Id: CalScheme.cxx,v 1.9 2005/03/22 12:22:14 tagg Exp $ ") | |
| std::ostream & | operator<< (std::ostream &os, const CalScheme &s) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 25 of file CalScheme.cxx. References CalScheme::PrintConfig(), and s(). 00026 {
00027 s.PrintConfig(os);
00028 return os;
00029 }
|
1.3.9.1