KItinerary

KItinerary::VdvBcdDate Struct Reference

#include <vdvbasictypes.h>

Public Member Functions

 operator QDate () const
 
bool operator!= (const QDate &other) const
 
VdvBcdDateoperator= (const QDate &)
 
bool operator== (const QDate &other) const
 
QDate value () const
 

Public Attributes

VdvBcdNumber< 1 > bcdDay
 
VdvBcdNumber< 1 > bcdMonth
 
VdvBcdNumber< 2 > bcdYear
 

Detailed Description

Date encoded as 8 BCD digits.

Definition at line 43 of file vdvbasictypes.h.

Member Function Documentation

◆ operator QDate()

KItinerary::VdvBcdDate::operator QDate ( ) const
inline

Definition at line 54 of file vdvbasictypes.h.

◆ operator!=()

bool KItinerary::VdvBcdDate::operator!= ( const QDate & other) const
inline

Definition at line 56 of file vdvbasictypes.h.

◆ operator=()

VdvBcdDate & KItinerary::VdvBcdDate::operator= ( const QDate & )
inline

Definition at line 59 of file vdvbasictypes.h.

◆ operator==()

bool KItinerary::VdvBcdDate::operator== ( const QDate & other) const
inline

Definition at line 55 of file vdvbasictypes.h.

◆ value()

QDate KItinerary::VdvBcdDate::value ( ) const
inline

Definition at line 49 of file vdvbasictypes.h.

Member Data Documentation

◆ bcdDay

VdvBcdNumber<1> KItinerary::VdvBcdDate::bcdDay

Definition at line 47 of file vdvbasictypes.h.

◆ bcdMonth

VdvBcdNumber<1> KItinerary::VdvBcdDate::bcdMonth

Definition at line 46 of file vdvbasictypes.h.

◆ bcdYear

VdvBcdNumber<2> KItinerary::VdvBcdDate::bcdYear

Definition at line 45 of file vdvbasictypes.h.


The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:49 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.