sipXtapi home page


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

#include <Sdp.h>

Inheritance diagram for Sdp::SdpTime::SdpTimeRepeat:
Inheritance graph
[legend]
Collaboration diagram for Sdp::SdpTime::SdpTimeRepeat:
Collaboration graph
[legend]

Public Member Functions

 SdpTimeRepeat (unsigned int repeatInterval, unsigned int activeDuration)
 
 SdpTimeRepeat (const SdpTimeRepeat &rhs)
 
UtlContainableType getContainableType () const
 
unsigned hash () const
 
int compareTo (UtlContainable const *) const
 
UtlCopyableContainable * clone () const
 
void setRepeatInterval (unsigned int repeatInterval)
 
unsigned int getRepeatInterval () const
 
void setActiveDuration (unsigned int activeDuration)
 
unsigned int getActiveDuration () const
 
void addOffsetFromStartTime (unsigned int offset)
 
void clearOffsetsFromStartTime ()
 
const UtlCopyableSList & getOffsetsFromStartTime () const
 

Private Attributes

unsigned int mRepeatInterval
 
unsigned int mActiveDuration
 
UtlCopyableSList mOffsetsFromStartTime
 

Constructor & Destructor Documentation

SdpTimeRepeat ( unsigned int  repeatInterval,
unsigned int  activeDuration 
)
inline
SdpTimeRepeat ( const SdpTimeRepeat rhs)
inline

Member Function Documentation

void addOffsetFromStartTime ( unsigned int  offset)
inline
void clearOffsetsFromStartTime ( )
inline
UtlCopyableContainable* clone ( ) const
inline
int compareTo ( UtlContainable const *  ) const
inline
unsigned int getActiveDuration ( ) const
inline
UtlContainableType getContainableType ( ) const
inline
const UtlCopyableSList& getOffsetsFromStartTime ( ) const
inline
unsigned int getRepeatInterval ( ) const
inline
unsigned hash ( ) const
inline
void setActiveDuration ( unsigned int  activeDuration)
inline
void setRepeatInterval ( unsigned int  repeatInterval)
inline

Member Data Documentation

unsigned int mActiveDuration
private
UtlCopyableSList mOffsetsFromStartTime
private
unsigned int mRepeatInterval
private