ldas-tools-framecpp
2.8.1
|
Functions | |
IStream & | operator>> (IStream &Stream, FrSimEvent::ParamList_type &Data) |
Read in the parameter list for the FrSimEvent. More... | |
OStream & | operator<< (OStream &Stream, const FrSimEvent::ParamList_type &Data) |
Write the parameter list for the FrSimEvent. More... | |
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.