#include <BluetoothSDP.h>
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_ |
oasys::SDPListHead::SDPListHead | ( | ) | [inline] |
Definition at line 36 of file BluetoothSDP.h.
oasys::SDPListHead::SDPListHead | ( | sdp_list_t * | head | ) | [inline] |
oasys::SDPListHead::~SDPListHead | ( | ) | [inline] |
void oasys::SDPListHead::set_free_func | ( | sdp_free_func_t | f | ) | [inline] |
sdp_list_t* oasys::SDPListHead::head | ( | ) | [inline] |
void oasys::SDPListHead::head | ( | sdp_list_t * | head | ) | [inline] |
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().
sdp_free_func_t oasys::SDPListHead::free_func_ [protected] |
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] |