#include "WireCellUtil/Testing.h"#include <string>#include <memory>#include <set>#include <iostream>Go to the source code of this file.
Classes | |
| struct | MyData |
| class | IMySource |
| class | MyGen |
| class | MyFilter |
Typedefs | |
| typedef std::shared_ptr< const MyData > | MyDataPtr |
| typedef std::set< MyDataPtr > | MyDataStore |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const MyData &md) |
| int | main () |
Definition at line 29 of file test_stream.cxx.
| typedef std::set<MyDataPtr> MyDataStore |
Definition at line 30 of file test_stream.cxx.
| int main | ( | void | ) |
Definition at line 83 of file test_stream.cxx.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const MyData & | md | ||
| ) |
Definition at line 24 of file test_stream.cxx.
1.8.11