|
MoochoPack: Miscellaneous Utilities for MOOCHO
Version of the Day
|
Abstact interface for objects that have options to be set that are contained in an OptionsFromStreamObject. More...
#include <OptionsFromStreamPack_SetOptionsFromStream.hpp>

Public Member Functions | |
| virtual | ~SetOptionsFromStream () |
| | |
| virtual void | set_options (const OptionsFromStream &options)=0 |
| Call to set options from a stream. | |
Abstact interface for objects that have options to be set that are contained in an OptionsFromStreamObject.
Definition at line 56 of file OptionsFromStreamPack_SetOptionsFromStream.hpp.
| virtual OptionsFromStreamPack::SetOptionsFromStream::~SetOptionsFromStream | ( | ) | [inline, virtual] |
Definition at line 60 of file OptionsFromStreamPack_SetOptionsFromStream.hpp.
| virtual void OptionsFromStreamPack::SetOptionsFromStream::set_options | ( | const OptionsFromStream & | options | ) | [pure virtual] |
Call to set options from a stream.
Implemented in OptionsFromStreamPack::SetOptionsFromStreamNode.
1.7.6.1