sipXtapi home page


Public Member Functions | Private Attributes | List of all members
Sdp::SdpTimeZone Class Reference

#include <Sdp.h>

Inheritance diagram for Sdp::SdpTimeZone:
Inheritance graph
[legend]
Collaboration diagram for Sdp::SdpTimeZone:
Collaboration graph
[legend]

Public Member Functions

 SdpTimeZone (int adjustmentTime, int offset)
 
 SdpTimeZone (const SdpTimeZone &rhs)
 
UtlContainableType getContainableType () const
 
unsigned hash () const
 
int compareTo (UtlContainable const *) const
 
UtlCopyableContainable * clone () const
 
void setAdjustmentTime (int adjustmentTime)
 
uint64_t getAdjustmentTime () const
 
void setOffset (int offset)
 
uint64_t getOffset () const
 

Private Attributes

int mAdjustmentTime
 
int mOffset
 

Constructor & Destructor Documentation

SdpTimeZone ( int  adjustmentTime,
int  offset 
)
inline
SdpTimeZone ( const SdpTimeZone rhs)
inline

Member Function Documentation

UtlCopyableContainable* clone ( ) const
inline
int compareTo ( UtlContainable const *  ) const
inline
uint64_t getAdjustmentTime ( ) const
inline
UtlContainableType getContainableType ( ) const
inline
uint64_t getOffset ( ) const
inline
unsigned hash ( ) const
inline
void setAdjustmentTime ( int  adjustmentTime)
inline
void setOffset ( int  offset)
inline

Member Data Documentation

int mAdjustmentTime
private
int mOffset
private