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
:
25
BoapEntry
(
BString
name
=
BString
(),
BString
hostName
=
BString
(),
BList<BString >
addressList
=
BList<BString >
(),
BUInt32
port
= 0,
BUInt32
service
= 0);
26
public
:
27
BString
name
;
28
BString
hostName
;
29
BList<BString >
addressList
;
30
BUInt32
port
;
31
BUInt32
service
;
32
};
33
34
}
35
36
#endif
BArray.h
BComplex.h
BDate.h
BList.h
BObj.h
BTimeStamp.h
BUInt32
uint32_t BUInt32
Definition:
BTypes.h:24
Boap.h
BList< BString >
BString
This class stores and manipulates ASCII strings.
Definition:
BString.h:20
Boapns::BoapEntry
Definition:
BoapnsD.h:23
Boapns::BoapEntry::service
BUInt32 service
Definition:
BoapnsD.h:31
Boapns::BoapEntry::BoapEntry
BoapEntry(BString name=BString(), BString hostName=BString(), BList< BString > addressList=BList< BString >(), BUInt32 port=0, BUInt32 service=0)
Definition:
BoapnsD.cpp:16
Boapns::BoapEntry::hostName
BString hostName
Definition:
BoapnsD.h:28
Boapns::BoapEntry::addressList
BList< BString > addressList
Definition:
BoapnsD.h:29
Boapns::BoapEntry::name
BString name
Definition:
BoapnsD.h:27
Boapns::BoapEntry::port
BUInt32 port
Definition:
BoapnsD.h:30
Boapns
Definition:
Boap.h:148
Generated by
1.9.1