Beamlib  3.0.1
This is the Beam C++ class library.
BoapnsD.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * BoapnsD.h Produced by Bidl
3  *******************************************************************************
4  */
10 
11 #ifndef BOAPNSD_H
12 #define BOAPNSD_H 1
13 
14 #include <Boap.h>
15 #include <BObj.h>
16 #include <BDate.h>
17 #include <BTimeStamp.h>
18 #include <BComplex.h>
19 #include <BList.h>
20 #include <BArray.h>
21 
22 namespace Boapns {
23  class BoapEntry {
24  public:
26  public:
32  };
33 
34 }
35 
36 #endif
uint32_t BUInt32
Definition: BTypes.h:24
This class stores and manipulates ASCII strings.
Definition: BString.h:20
Definition: BoapnsD.h:23
BUInt32 service
Definition: BoapnsD.h:31
BoapEntry(BString name=BString(), BString hostName=BString(), BList< BString > addressList=BList< BString >(), BUInt32 port=0, BUInt32 service=0)
Definition: BoapnsD.cpp:16
BString hostName
Definition: BoapnsD.h:28
BList< BString > addressList
Definition: BoapnsD.h:29
BString name
Definition: BoapnsD.h:27
BUInt32 port
Definition: BoapnsD.h:30
Definition: Boap.h:148