Beam-lib  2.16.3
This is the Beam C++ class library.
BoapnsD.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * BoapnsD.h Produced by Bidl
3  * Copyright (c) 2012 All Right Reserved, Beam Ltd, http://www.beam.ltd.uk
4  *******************************************************************************
5  */
6 
7 #ifndef BOAPNSD_H
8 #define BOAPNSD_H 1
9 
10 #include <Boap.h>
11 #include <BObj.h>
12 #include <BDate.h>
13 #include <BTimeStamp.h>
14 #include <BComplex.h>
15 #include <BList.h>
16 #include <BArray.h>
17 
18 namespace Boapns {
19  class BoapEntry {
20  public:
21  BoapEntry(BString pname = BString(), BString phostName = BString(), BList<BString > paddressList = BList<BString >(), BUInt32 pport = BUInt32(), BUInt32 pservice = BUInt32());
22  public:
28  };
29 
30 }
31 
32 #endif
BString name
Definition: BoapnsD.h:23
BUInt32 port
Definition: BoapnsD.h:26
Definition: BString.h:18
Definition: BoapnsD.h:19
BList< BString > addressList
Definition: BoapnsD.h:25
uint32_t BUInt32
Definition: BTypes.h:21
BString hostName
Definition: BoapnsD.h:24
Definition: Boap.h:145
BUInt32 service
Definition: BoapnsD.h:27
BoapEntry(BString pname=BString(), BString phostName=BString(), BList< BString > paddressList=BList< BString >(), BUInt32 pport=BUInt32(), BUInt32 pservice=BUInt32())
Definition: BoapnsD.cpp:11