#include <P2GTCandidate.h>
Public Member Functions | |
operator bool () const | |
operator T () const | |
bool | operator!= (bool rhs) const |
bool | operator== (bool rhs) const |
Optional () | |
Optional (T value) | |
Private Attributes | |
bool | set_ |
T | value_ |
Definition at line 52 of file P2GTCandidate.h.
|
inline |
Definition at line 53 of file P2GTCandidate.h.
|
inline |
Definition at line 54 of file P2GTCandidate.h.
|
inline |
Definition at line 57 of file P2GTCandidate.h.
|
inline |
Definition at line 56 of file P2GTCandidate.h.
References l1t::P2GTCandidate::Optional< T >::value_.
|
inline |
Definition at line 60 of file P2GTCandidate.h.
|
inline |
Definition at line 59 of file P2GTCandidate.h.
|
private |
Definition at line 64 of file P2GTCandidate.h.
Referenced by l1t::P2GTCandidate::Optional< int >::operator bool(), l1t::P2GTCandidate::Optional< int >::operator!=(), and l1t::P2GTCandidate::Optional< int >::operator==().
|
private |
Definition at line 63 of file P2GTCandidate.h.
Referenced by l1t::P2GTCandidate::Optional< T >::operator T().