#include "final_state.h"Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &stream, const final_state &final) |
|
||||||||||||
|
Definition at line 20 of file final_state.cxx. 00021 {
00022 final.print(stream);
00023 return stream;
00024 }
|
1.3.9.1