19 #if U_SHOW_CPLUSPLUS_API
58 inline UDate getFromDate()
const;
65 inline UDate getToDate()
const;
79 static UClassID U_EXPORT2 getStaticClassID(
void);
143 DateInterval::getFromDate()
const {
149 DateInterval::getToDate()
const {
156 return ( !
operator==(other) );
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
double UDate
Date and Time data type.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
This class represents a date interval.
UBool operator!=(const StringPiece &x, const StringPiece &y)
Global operator != for StringPiece.
C++ API: Common ICU base class UObject.
Basic definitions for ICU, for both C and C++ APIs.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UObject is the common ICU "boilerplate" class.
int8_t UBool
The ICU boolean type, a signed-byte integer.