libtdepim

#include <ldapclient.h>

Public Member Functions

 LdapObject (const TQString &_dn, LdapClient *_cl)
 
 LdapObject (const LdapObject &that)
 
LdapObjectoperator= (const LdapObject &that)
 
TQString toString () const
 
void clear ()
 

Public Attributes

TQString dn
 
TQString objectClass
 
LdapAttrMap attrs
 
LdapClientclient
 

Protected Member Functions

void assign (const LdapObject &that)
 

Detailed Description

This class is internal.

Binary compatibiliy might be broken any time without notification. Do not use it.

We mean it!

Definition at line 105 of file ldapclient.h.

Constructor & Destructor Documentation

◆ LdapObject() [1/3]

KPIM::LdapObject::LdapObject ( )
inline

Definition at line 108 of file ldapclient.h.

◆ LdapObject() [2/3]

KPIM::LdapObject::LdapObject ( const TQString &  _dn,
LdapClient _cl 
)
inlineexplicit

Definition at line 110 of file ldapclient.h.

◆ LdapObject() [3/3]

KPIM::LdapObject::LdapObject ( const LdapObject that)
inline

Definition at line 111 of file ldapclient.h.

Member Function Documentation

◆ assign()

void LdapObject::assign ( const LdapObject that)
protected

Definition at line 70 of file ldapclient.cpp.

◆ clear()

void LdapObject::clear ( )

Definition at line 63 of file ldapclient.cpp.

◆ operator=()

LdapObject & KPIM::LdapObject::operator= ( const LdapObject that)
inline

Definition at line 113 of file ldapclient.h.

◆ toString()

TQString LdapObject::toString ( ) const

Definition at line 50 of file ldapclient.cpp.

Member Data Documentation

◆ attrs

LdapAttrMap KPIM::LdapObject::attrs

Definition at line 125 of file ldapclient.h.

◆ client

LdapClient* KPIM::LdapObject::client

Definition at line 126 of file ldapclient.h.

◆ dn

TQString KPIM::LdapObject::dn

Definition at line 123 of file ldapclient.h.

◆ objectClass

TQString KPIM::LdapObject::objectClass

Definition at line 124 of file ldapclient.h.


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