Definition at line 185 of file osbutils.h.
OSB_LIB::IdDate< I >::IdDate | ( | ) | [inline] |
Definition at line 186 of file osbutils.h.
OSB_LIB::IdDate< I >::IdDate | ( | long | i, | |
const Date & | d | |||
) | [inline] |
Definition at line 187 of file osbutils.h.
OSB_LIB::IdDate< I >::IdDate | ( | long | i, | |
const std::string & | d_str | |||
) | [inline] |
Definition at line 188 of file osbutils.h.
bool OSB_LIB::IdDate< I >::isSet | ( | ) | const [inline] |
bool OSB_LIB::IdDate< I >::notSet | ( | ) | const [inline] |
Definition at line 189 of file osbutils.h.
References OSB_LIB::IdDate< I >::id, and OSB_LIB::ID_NOT_SET.
Referenced by OSB_LIB::IdDate< I >::isSet().
bool OSB_LIB::IdDate< I >::operator< | ( | const IdDate< I > & | rhs | ) | const [inline] |
Definition at line 193 of file osbutils.h.
References OSB_LIB::IdDate< I >::dt, and OSB_LIB::IdDate< I >::id.
bool OSB_LIB::IdDate< I >::operator== | ( | const IdDate< I > & | rhs | ) | const [inline] |
Definition at line 191 of file osbutils.h.
References OSB_LIB::IdDate< I >::dt, and OSB_LIB::IdDate< I >::id.
Date OSB_LIB::IdDate< I >::dt |
Definition at line 197 of file osbutils.h.
Referenced by OSB_LIB::IdDate< I >::operator<(), and OSB_LIB::IdDate< I >::operator==().
long OSB_LIB::IdDate< I >::id |
Definition at line 196 of file osbutils.h.
Referenced by OSB_LIB::IdDate< I >::notSet(), OSB_LIB::IdDate< I >::operator<(), and OSB_LIB::IdDate< I >::operator==().