#include <Sdp.h>


Classes | |
| class | SdpTimeRepeat |
Public Member Functions | |
| SdpTime (uint64_t startTime, uint64_t stopTime) | |
| SdpTime (const SdpTime &rhs) | |
| UtlContainableType | getContainableType () const |
| unsigned | hash () const |
| int | compareTo (UtlContainable const *) const |
| UtlCopyableContainable * | clone () const |
| void | setStartTime (uint64_t startTime) |
| uint64_t | getStartTime () const |
| void | setStopTime (uint64_t stopTime) |
| uint64_t | getStopTime () const |
| void | addRepeat (SdpTimeRepeat *sdpTimeRepeat) |
| void | clearRepeats () |
| const UtlCopyableSList & | getRepeats () const |
Private Attributes | |
| uint64_t | mStartTime |
| uint64_t | mStopTime |
| UtlCopyableSList | mRepeats |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |