From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02981.html | 156 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 docs/doxygen/nel/a02981.html (limited to 'docs/doxygen/nel/a02981.html') diff --git a/docs/doxygen/nel/a02981.html b/docs/doxygen/nel/a02981.html new file mode 100644 index 00000000..5bab76d1 --- /dev/null +++ b/docs/doxygen/nel/a02981.html @@ -0,0 +1,156 @@ + + +NeL: NLNET::CNamingClient::CServiceEntry struct Reference + + + +
+

NLNET::CNamingClient::CServiceEntry Struct Reference

#include <naming_client.h> +

+ + + + + + + + + + + + +

Public Member Functions

 CServiceEntry (std::string n, TServiceId s, std::vector< CInetAddress > a)

Data Fields

std::vector< CInetAddressAddr
std::string Name
TServiceId SId
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLNET::CNamingClient::CServiceEntry::CServiceEntry std::string  n,
TServiceId  s,
std::vector< CInetAddress a
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file naming_client.h. +

+References s, and NLNET::TServiceId. +

+

00063 : Name(n), SId (s), Addr(a) { }
+
+


Field Documentation

+

+ + + + +
+ + +
std::vector<CInetAddress> NLNET::CNamingClient::CServiceEntry::Addr +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file naming_client.h.

+

+ + + + +
+ + +
std::string NLNET::CNamingClient::CServiceEntry::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file naming_client.h.

+

+ + + + +
+ + +
TServiceId NLNET::CNamingClient::CServiceEntry::SId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file naming_client.h.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 14:00:41 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1