Beamlib 3.3.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
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
22namespace Boapns {
23 class BoapEntry {
24 public:
26 public:
32 };
33
34}
35
36#endif
uint32_t BUInt32
Definition: BTypes.h:24
Template based list class.
Definition: BList.h:31
This class stores and manipulates ASCII strings.
Definition: BString.h:20
Definition: BoapnsD.h:23
BUInt32 service
Definition: BoapnsD.h:31
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