// // OptionSet.h // // Library: Util // Package: Options // Module: OptionSet // // Definition of the OptionSet class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef Util_OptionSet_INCLUDED #define Util_OptionSet_INCLUDED #include "Poco/Util/Util.h" #include "Poco/Util/Option.h" #include namespace Poco { namespace Util { class Util_API OptionSet /// A collection of Option objects. { public: typedef std::vector