Urdl C++ Library

PrevUpHomeNext

option_set

The class option_set maintains a collection of options.

class option_set

Member Functions

Name

Description

clear_option

Removes an option from the set.

get_option

Gets an option from the set.

operator=

Assignment operator.

option_set

Constructs an object of class option_set.

set_option

Sets the value of an option in the set.

set_options

Sets multiple options in a set from another set.

~option_set

Destroys an object of class option_set.

Remarks

Options are uniquely identified by type, so the option_set class is a collection of objects of differing types, indexed by type.

The option types stored in the set must meet the type requirements for CopyConstructible.

Requirements

Header: <urdl/option_set.hpp>

Namespace: urdl


PrevUpHomeNext