casa
5.7.0-16
|
#include <Opt.h>
Public Member Functions | |
const T & | get () |
bool | has_value () |
Private Member Functions | |
OptionValue () | |
OptionValue (const T &val) | |
Private Attributes | |
bool | has_value_ |
T | value_ |
Friends | |
template<typename U > | |
class | opt |
|
inlineprivate |
|
inlineprivate |
|
inline |
Definition at line 34 of file Opt.h.
References casatools::OptionValue< T >::has_value_, and casatools::OptionValue< T >::value_.
|
inline |
Definition at line 39 of file Opt.h.
References casatools::OptionValue< T >::has_value_.
|
private |
Definition at line 44 of file Opt.h.
Referenced by casatools::OptionValue< T >::get(), and casatools::OptionValue< T >::has_value().
|
private |
Definition at line 45 of file Opt.h.
Referenced by casatools::OptionValue< T >::get().