WvStreams
Public Member Functions | List of all members
UniConfPair Class Reference

Represents a simple key-value pair. More...

#include <uniconfpair.h>

Public Member Functions

 UniConfPair (const UniConfKey &key, WvStringParm value)
 Creates a UniConfPair.
 
const UniConfKeykey () const
 
const WvStringvalue ()
 
void setvalue (WvStringParm value)
 
void setkey (UniConfKey &key)
 
 UniConfPair (const UniConfKey &key, WvStringParm value)
 Creates a UniConfPair.
 
const UniConfKeykey () const
 
const WvStringvalue ()
 
void setvalue (WvStringParm value)
 
void setkey (UniConfKey &key)
 

Detailed Description

Represents a simple key-value pair.

Definition at line 16 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfpair.h.

Constructor & Destructor Documentation

◆ UniConfPair() [1/2]

UniConfPair::UniConfPair ( const UniConfKey key,
WvStringParm  value 
)
inline

Creates a UniConfPair.

"key" is the key "value" is the value

Definition at line 27 of file debian/libwvstreams-dev/usr/include/wvstreams/uniconfpair.h.

◆ UniConfPair() [2/2]

UniConfPair::UniConfPair ( const UniConfKey key,
WvStringParm  value 
)
inline

Creates a UniConfPair.

"key" is the key "value" is the value

Definition at line 27 of file include/uniconfpair.h.

Member Function Documentation

◆ key() [1/2]

const UniConfKey & UniConfPair::key ( ) const
inline

◆ value() [1/2]

const WvString & UniConfPair::value ( )
inline

◆ setvalue() [1/2]

void UniConfPair::setvalue ( WvStringParm  value)
inline

◆ setkey() [1/2]

void UniConfPair::setkey ( UniConfKey key)
inline

◆ key() [2/2]

const UniConfKey & UniConfPair::key ( ) const
inline

Definition at line 31 of file include/uniconfpair.h.

◆ value() [2/2]

const WvString & UniConfPair::value ( )
inline

Definition at line 34 of file include/uniconfpair.h.

◆ setvalue() [2/2]

void UniConfPair::setvalue ( WvStringParm  value)
inline

Definition at line 37 of file include/uniconfpair.h.

◆ setkey() [2/2]

void UniConfPair::setkey ( UniConfKey key)
inline

Definition at line 39 of file include/uniconfpair.h.


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