Bincimap
2.0.16
Easy Imapping
Loading...
Searching...
No Matches
2.0
bincimap-2.0.16
src
include
address.h
Go to the documentation of this file.
1
7
#ifndef address_h_included
8
#define address_h_included
9
#include <string>
10
11
namespace
Binc
{
12
13
//------------------------------------------------------------------------
14
class
Address
{
15
public
:
16
std::string
name
;
17
std::string
local
;
18
std::string
host
;
19
20
//--
21
std::string
toParenList
(
void
)
const
;
22
23
//--
24
Address
(
const
std::string &
name
,
const
std::string &addr);
25
Address
(
const
std::string &wholeaddr);
26
};
27
}
28
29
#endif
Binc::Address
Definition:
address.h:14
Binc::Address::toParenList
std::string toParenList(void) const
Definition:
address.cc:54
Binc::Address::host
std::string host
Definition:
address.h:18
Binc::Address::local
std::string local
Definition:
address.h:17
Binc::Address::Address
Address(const std::string &name, const std::string &addr)
Binc::Address::name
std::string name
Definition:
address.h:16
Binc::Address::Address
Address(const std::string &wholeaddr)
Binc
Definition:
bincimapd.cc:9
Generated on Sun Sep 1 2024 12:00:02 for Bincimap by
1.9.6