21 #ifndef INCLUDE_OLA_WEB_OPTIONALITEM_H_
22 #define INCLUDE_OLA_WEB_OPTIONALITEM_H_
35 void Reset() { m_is_set =
false; }
37 void Set(
const T &value) {
42 bool IsSet()
const {
return m_is_set; }
43 const T& Value()
const {
return m_value; }
58 OptionalItem<T>::OptionalItem()
66 #endif // INCLUDE_OLA_WEB_OPTIONALITEM_H_
Definition: OptionalItem.h:31
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44