#include <dn.h>
|
| | DN (const TQString &dn) |
| | DN (const char *utf8DN) |
| | DN (const DN &other) |
| const DN & | operator= (const DN &other) |
| TQString | prettyDN () const |
| TQString | dn () const |
| TQString | operator[] (const TQString &attr) const |
| void | append (const Attribute &attr) |
| const_iterator | begin () const |
| const_iterator | end () const |
|
| static TQString | escape (const TQString &value) |
DN parser and reorderer.
Definition at line 76 of file dn.h.
◆ AttributeList
| typedef TQValueVector<Attribute> Kleo::DN::AttributeList |
Definition at line 79 of file dn.h.
◆ const_iterator
| typedef AttributeList::const_iterator Kleo::DN::const_iterator |
Definition at line 80 of file dn.h.
◆ DN() [1/4]
◆ DN() [2/4]
| Kleo::DN::DN |
( |
const TQString & | dn | ) |
|
◆ DN() [3/4]
| Kleo::DN::DN |
( |
const char * | utf8DN | ) |
|
◆ DN() [4/4]
| Kleo::DN::DN |
( |
const DN & | other | ) |
|
◆ ~DN()
◆ append()
| void Kleo::DN::append |
( |
const Attribute & | attr | ) |
|
◆ begin()
| Kleo::DN::const_iterator Kleo::DN::begin |
( |
| ) |
const |
◆ dn()
| TQString Kleo::DN::dn |
( |
| ) |
const |
- Returns
- the DN in the original form
Definition at line 387 of file dn.cpp.
◆ end()
| Kleo::DN::const_iterator Kleo::DN::end |
( |
| ) |
const |
◆ escape()
| TQString Kleo::DN::escape |
( |
const TQString & | value | ) |
|
|
static |
- Returns
- the value in rfc-2253-escaped form
Definition at line 392 of file dn.cpp.
◆ operator=()
| const Kleo::DN & Kleo::DN::operator= |
( |
const DN & | other | ) |
|
◆ operator[]()
| TQString Kleo::DN::operator[] |
( |
const TQString & | attr | ) |
const |
◆ prettyDN()
| TQString Kleo::DN::prettyDN |
( |
| ) |
const |
- Returns
- the DN in a reordered form, according to the settings in the [DN] group of the application's config file
Definition at line 379 of file dn.cpp.
The documentation for this class was generated from the following files: