42 #ifndef SET_OPTIONS_FROM_STREAM_H
43 #define SET_OPTIONS_FROM_STREAM_H
47 namespace OptionsFromStreamPack {
49 class OptionsFromStream;
69 #endif // SET_OPTIONS_FROM_STREAM_H
virtual ~SetOptionsFromStream()
Extracts options from a text stream and then allows convenient access to them.
Abstact interface for objects that have options to be set that are contained in an OptionsFromStreamO...
virtual void set_options(const OptionsFromStream &options)=0
Call to set options from a stream.