IGroup< name_, readOnly_, Opts_ > Struct Template Reference

A group of member options. More...

#include "IOption.hpp"

Public Types

typedef NameT< name_ > Name

Detailed Description

template<Names::Type name_, bool readOnly_, class Opts_>
struct opals::opts::IGroup< name_, readOnly_, Opts_ >

A group of member options.

Template Parameters
name_The group name.
readOnly_If true, then this group and its children may not changed.
Opts_The group members. Provides for each member const and non-const access functions of the respective name.