Account
| BdsApi 2.0.11 |
Bds::Group Class Reference
This holds information on a groups. More...
#include <BdsD.h>
Inheritance diagram for Bds::Group:
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 BObjMember * | getMembers () 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()
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::Group::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ description
| BString Bds::Group::description |
The Groups description.
◆ group
◆ id
| BUInt32 Bds::Group::id |
The unique id.
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from