BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::Group Class Reference

This holds information on a groups. More...

#include <BdsD.h>

Inheritance diagram for Bds::Group:

Public Member Functions

 Group (BUInt32 pid=BUInt32(), BString pgroup=BString(), BString pdescription=BString())
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 

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  pid = BUInt32(),
BString  pgroup = BString(),
BString  pdescription = BString() 
)

Member Function Documentation

§ getMember()

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

§ getMembers()

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

§ getType()

BString Bds::Group::getType ( )

§ setMember()

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

§ setMembers()

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

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: