BDS Public
BdsApi  2.0.11

This holds information on a groups. More...

#include <BdsD.h>

Inheritance diagram for Bds::Group:
BObj

Public Member Functions

 Group (BUInt32 id=0, BString group=BString(), BString description=BString())
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 
- Public Member Functions inherited from BObj
 BObj ()
 
virtual ~BObj ()
 
virtual const char * getType () const
 
virtual const BObjMembergetMembers () const
 
virtual void membersPrint () const
 
virtual BString getDebugString ()
 

Public Attributes

BUInt32 id
 The unique id. More...
 
BString group
 The Group name. More...
 
BString description
 The Groups description. More...
 

Detailed Description

This holds information on a groups.

Constructor & Destructor Documentation

◆ Group()

Bds::Group::Group ( BUInt32  id = 0,
BString  group = BString(),
BString  description = BString() 
)

Member Function Documentation

◆ getMember()

BError Bds::Group::getMember ( BString  name,
BString value 
)
virtual

Reimplemented from BObj.

◆ getMembers()

BError Bds::Group::getMembers ( BDictString members)
virtual

Reimplemented from BObj.

◆ getType()

BString Bds::Group::getType ( )

◆ setMember()

BError Bds::Group::setMember ( BString  name,
BString  value 
)
virtual

Reimplemented from BObj.

◆ setMembers()

BError Bds::Group::setMembers ( BDictString members)
virtual

Reimplemented from BObj.

Member Data Documentation

◆ description

BString Bds::Group::description

The Groups description.

◆ group

BString Bds::Group::group

The Group name.

◆ id

BUInt32 Bds::Group::id

The unique id.


The documentation for this class was generated from the following files: