oasys::SDPListHead Class Reference

#include <BluetoothSDP.h>

List of all members.


Detailed Description

Definition at line 33 of file BluetoothSDP.h.

Public Member Functions

 SDPListHead ()
 SDPListHead (sdp_list_t *head)
 ~SDPListHead ()
void set_free_func (sdp_free_func_t f)
sdp_list_t * head ()
void head (sdp_list_t *head)
sdp_list_t * next ()

Protected Member Functions

void free_list ()

Protected Attributes

sdp_free_func_t free_func_
sdp_list_t * head_
sdp_list_t * current_


Constructor & Destructor Documentation

oasys::SDPListHead::SDPListHead (  )  [inline]

Definition at line 36 of file BluetoothSDP.h.

oasys::SDPListHead::SDPListHead ( sdp_list_t *  head  )  [inline]

Definition at line 41 of file BluetoothSDP.h.

References head_.

oasys::SDPListHead::~SDPListHead (  )  [inline]

Definition at line 47 of file BluetoothSDP.h.

References free_list().


Member Function Documentation

void oasys::SDPListHead::set_free_func ( sdp_free_func_t  f  )  [inline]

Definition at line 54 of file BluetoothSDP.h.

References free_func_.

sdp_list_t* oasys::SDPListHead::head (  )  [inline]

Definition at line 57 of file BluetoothSDP.h.

References head_.

void oasys::SDPListHead::head ( sdp_list_t *  head  )  [inline]

Definition at line 58 of file BluetoothSDP.h.

References free_list(), and head_.

sdp_list_t* oasys::SDPListHead::next (  )  [inline]

Definition at line 63 of file BluetoothSDP.h.

References current_, and head_.

Referenced by free_list(), and oasys::BluetoothServiceDiscoveryClient::get_next_service_record().

void oasys::SDPListHead::free_list (  )  [inline, protected]

Definition at line 73 of file BluetoothSDP.h.

References free_func_, head_, and next().

Referenced by head(), and ~SDPListHead().


Member Data Documentation

sdp_free_func_t oasys::SDPListHead::free_func_ [protected]

Definition at line 89 of file BluetoothSDP.h.

Referenced by free_list(), and set_free_func().

sdp_list_t* oasys::SDPListHead::head_ [protected]

Definition at line 90 of file BluetoothSDP.h.

Referenced by free_list(), head(), next(), and SDPListHead().

sdp_list_t* oasys::SDPListHead::current_ [protected]

Definition at line 91 of file BluetoothSDP.h.

Referenced by next().


The documentation for this class was generated from the following file:
Generated on Fri Dec 22 14:48:05 2006 for DTN Reference Implementation by  doxygen 1.5.1