|
ldas-tools-framecpp 3.0.4
|
Classes | |
| class | FrSimEvent |
| class | IStream |
| class | OStream |
Functions | |
| IStream & | operator>> (IStream &Stream, FrSimEvent::ParamList_type &Data) |
| Read in the parameter list for the FrSimEvent. | |
| OStream & | operator<< (OStream &Stream, const FrSimEvent::ParamList_type &Data) |
| Write the parameter list for the FrSimEvent. | |
| OStream & anonymous_namespace{FrSimEvent.cc}::operator<< | ( | OStream & | Stream, |
| const FrSimEvent::ParamList_type & | Data ) |
Write the parameter list for the FrSimEvent.
| [in,out] | Stream | The destination of the parameter list. |
| [out] | Data | The parameter list to be written. |
This writes the parameter list of the FrSimEvent to the output stream.
| IStream & anonymous_namespace{FrSimEvent.cc}::operator>> | ( | IStream & | Stream, |
| FrSimEvent::ParamList_type & | Data ) |
Read in the parameter list for the FrSimEvent.
| [in,out] | Stream | The source of the parameter list. |
| [out] | Data | The parameters parsed from Stream. |
This reads a parameter list from the input stream and associates it with the FrSimEvent.