29 template <
typename Event>
33 virtual std::ostream& encode(
const Event& event, std::ostream& os) = 0;
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
Interface for objects that encode Events to std::ostreams.
Definition: encoder.h:30