C++/Tree Mapping Runtime Library
|
Contains C++ class definitions for the XML Schema date/time types. More...
Go to the source code of this file.
Classes | |
class | time_zone |
Time zone representation. More... | |
class | gday< C, B > |
Class corresponding to the XML Schema gDay built-in type. More... | |
class | gmonth< C, B > |
Class corresponding to the XML Schema gMonth built-in type. More... | |
class | gyear< C, B > |
Class corresponding to the XML Schema gYear built-in type. More... | |
class | gmonth_day< C, B > |
Class corresponding to the XML Schema gMonthDay built-in type. More... | |
class | gyear_month< C, B > |
Class corresponding to the XML Schema gYearMonth built-in type. More... | |
class | date< C, B > |
Class corresponding to the XML Schema date built-in type. More... | |
class | time< C, B > |
Class corresponding to the XML Schema time built-in type. More... | |
class | date_time< C, B > |
Class corresponding to the XML Schema dateTime built-in type. More... | |
class | duration< C, B > |
Class corresponding to the XML Schema duration built-in type. More... | |
Namespaces | |
namespace | xsd::cxx::tree |
C++/Tree mapping runtime namespace. | |
Functions | |
bool | operator== (const time_zone &, const time_zone &) |
time_zone comparison operator. | |
bool | operator!= (const time_zone &, const time_zone &) |
time_zone comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const gday< C, B > &, const gday< C, B > &) |
gday comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const gday< C, B > &, const gday< C, B > &) |
gday comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const gmonth< C, B > &, const gmonth< C, B > &) |
gmonth comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const gmonth< C, B > &, const gmonth< C, B > &) |
gmonth comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const gyear< C, B > &, const gyear< C, B > &) |
gyear comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const gyear< C, B > &, const gyear< C, B > &) |
gyear comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const gmonth_day< C, B > &, const gmonth_day< C, B > &) |
gmonth_day comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const gmonth_day< C, B > &, const gmonth_day< C, B > &) |
gmonth_day comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const gyear_month< C, B > &, const gyear_month< C, B > &) |
gyear_month comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const gyear_month< C, B > &, const gyear_month< C, B > &) |
gyear_month comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const date< C, B > &, const date< C, B > &) |
date comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const date< C, B > &, const date< C, B > &) |
date comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const time< C, B > &, const time< C, B > &) |
time comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const time< C, B > &, const time< C, B > &) |
time comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const date_time< C, B > &, const date_time< C, B > &) |
date_time comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const date_time< C, B > &, const date_time< C, B > &) |
date_time comparison operator. | |
template<typename C , typename B > | |
bool | operator== (const duration< C, B > &, const duration< C, B > &) |
duration comparison operator. | |
template<typename C , typename B > | |
bool | operator!= (const duration< C, B > &, const duration< C, B > &) |
duration comparison operator. | |
Contains C++ class definitions for the XML Schema date/time types.
This is an internal header and is included by the generated code. You normally should not include it directly.