BObject Class Reference

#include <BObject.h>

List of all members.

Public Member Functions

 BObject ()
virtual ~BObject ()
virtual BError getBinary (BDataBuf &buf)
virtual BError setBinary (BDataBuf &buf)
virtual BString getString ()
virtual BError setString (BString str)
virtual BMemberList getMemberList ()
virtual BError addMember (BString name, BObject *object)
virtual void printIt ()
virtual BType & getType ()

Static Public Member Functions

static BObjectcreateObj ()

Static Public Attributes

static BType otype = btypesList.appendType(BType("BObject", BTypeDomainBase, BTypeObject, createObj))

Constructor & Destructor Documentation

BObject::BObject (  ) 
BObject::~BObject (  )  [virtual]

Member Function Documentation

BError BObject::addMember ( BString  name,
BObject object 
) [virtual]
BObject * BObject::createObj (  )  [static]
BError BObject::getBinary ( BDataBuf &  buf  )  [virtual]
BMemberList BObject::getMemberList (  )  [virtual]
BString BObject::getString (  )  [virtual]
BType & BObject::getType (  )  [virtual]
void BObject::printIt (  )  [virtual]
BError BObject::setBinary ( BDataBuf &  buf  )  [virtual]
BError BObject::setString ( BString  str  )  [virtual]

Member Data Documentation

BType BObject::otype = btypesList.appendType(BType("BObject", BTypeDomainBase, BTypeObject, createObj)) [static]

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

Generated on 13 Aug 2012 for LibBeamApi by  doxygen 1.6.1