LDAPSearchReference Class Reference

This class is used to represent Continuation References that were returned during a SEARCH-Operation. More...

#include <LDAPSearchReference.h>

Inheritance diagram for LDAPSearchReference:

LDAPMsg

List of all members.

Public Member Functions

 LDAPSearchReference (const LDAPRequest *req, LDAPMessage *msg)
 Constructor that create an object from the C-API structures.
 ~LDAPSearchReference ()
 The Destructor.
const LDAPUrlListgetUrls () const

Private Member Functions

 LDAPSearchReference ()

Private Attributes

LDAPUrlList m_urlList


Detailed Description

This class is used to represent Continuation References that were returned during a SEARCH-Operation.

Constructor & Destructor Documentation

LDAPSearchReference::LDAPSearchReference ( const LDAPRequest req,
LDAPMessage *  msg 
)

LDAPSearchReference::~LDAPSearchReference (  ) 

The Destructor.

References DEBUG, and LDAP_DEBUG_DESTROY.

LDAPSearchReference::LDAPSearchReference (  )  [private]


Member Function Documentation

const LDAPUrlList & LDAPSearchReference::getUrls (  )  const

Returns:
The destination URLs that were send with this message

References DEBUG, LDAP_DEBUG_TRACE, and m_urlList.


Member Data Documentation

Referenced by getUrls(), and LDAPSearchReference().


The documentation for this class was generated from the following files:

doxygen