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
:
23
BString
name
;
24
BString
hostName
;
25
BList<BString >
addressList
;
26
BUInt32
port
;
27
BUInt32
service
;
28
};
29
30
}
31
32
#endif
Boapns::BoapEntry::name
BString name
Definition:
BoapnsD.h:23
BTimeStamp.h
Boapns::BoapEntry::port
BUInt32 port
Definition:
BoapnsD.h:26
BString
Definition:
BString.h:18
BList< BString >
Boapns::BoapEntry
Definition:
BoapnsD.h:19
BArray.h
Boapns::BoapEntry::addressList
BList< BString > addressList
Definition:
BoapnsD.h:25
BList.h
BUInt32
uint32_t BUInt32
Definition:
BTypes.h:21
Boapns::BoapEntry::hostName
BString hostName
Definition:
BoapnsD.h:24
Boap.h
Boapns
Definition:
Boap.h:145
Boapns::BoapEntry::service
BUInt32 service
Definition:
BoapnsD.h:27
Boapns::BoapEntry::BoapEntry
BoapEntry(BString pname=BString(), BString phostName=BString(), BList< BString > paddressList=BList< BString >(), BUInt32 pport=BUInt32(), BUInt32 pservice=BUInt32())
Definition:
BoapnsD.cpp:11
BObj.h
BComplex.h
BDate.h
Generated by
1.8.15