advgetopt 2.0.49
Parse complex command line arguments and configuration files in C++.
Public Types | Public Member Functions | Private Attributes | List of all members
advgetopt::GroupValue< T > Class Template Reference

#include <options.h>

Public Types

typedef T value_t
 

Public Member Functions

constexpr GroupValue (T const v)
 
constexpr value_t get () const
 

Private Attributes

value_t f_value
 

Detailed Description

template<typename T>
class advgetopt::GroupValue< T >

Definition at line 320 of file options.h.

Member Typedef Documentation

◆ value_t

template<typename T >
typedef T advgetopt::GroupValue< T >::value_t

Definition at line 323 of file options.h.

Constructor & Destructor Documentation

◆ GroupValue()

template<typename T >
constexpr advgetopt::GroupValue< T >::GroupValue ( T const  v)
inlineconstexpr

Definition at line 325 of file options.h.

Member Function Documentation

◆ get()

template<typename T >
constexpr value_t advgetopt::GroupValue< T >::get ( ) const
inlineconstexpr

Definition at line 330 of file options.h.

References advgetopt::GroupValue< T >::f_value.

Member Data Documentation

◆ f_value

template<typename T >
value_t advgetopt::GroupValue< T >::f_value
private

Definition at line 336 of file options.h.

Referenced by advgetopt::GroupValue< T >::get().


The documentation for this class was generated from the following file:

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.