#include <dn.h>
Inherits Attribute.
|
| 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 |
|
| Attribute (const TQString &name=TQString(), const TQString &value=TQString()) |
|
| Attribute (const Attribute &other) |
|
const Attribute & | operator= (const Attribute &other) |
|
const TQString & | name () const |
|
const TQString & | value () const |
|
void | setValue (const TQString &value) |
|
|
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.
◆ List
typedef DN::AttributeList Kleo::DN::List |
Definition at line 115 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 | ) |
|
◆ Attribute() [1/2]
Kleo::DN::Attribute |
( |
const Attribute & |
other | ) |
|
|
inline |
Definition at line 119 of file dn.h.
◆ Attribute() [2/2]
Kleo::DN::Attribute |
( |
const TQString & |
name = TQString() , |
|
|
const TQString & |
value = TQString() |
|
) |
| |
|
inline |
Definition at line 117 of file dn.h.
◆ 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.
◆ name()
const TQString & Kleo::DN::name |
( |
| ) |
const |
|
inline |
Definition at line 130 of file dn.h.
◆ operator=() [1/2]
const Attribute & Kleo::DN::operator= |
( |
const Attribute & |
other | ) |
|
|
inline |
Definition at line 122 of file dn.h.
◆ operator=() [2/2]
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.
◆ setValue()
void Kleo::DN::setValue |
( |
const TQString & |
value | ) |
|
|
inline |
Definition at line 133 of file dn.h.
◆ value()
const TQString & Kleo::DN::value |
( |
| ) |
const |
|
inline |
Definition at line 131 of file dn.h.
The documentation for this class was generated from the following files: