BStringRef
class BStringRef;
friend class BStringRef;
BStringRef(BString& string, int32 position);
BStringRef& operator=(char c);
BStringRef& operator=(const BStringRef& rc);
BStringRef::BStringRef(BString& string, int32 position)
BStringRef::operator char() const
BStringRef&
BStringRef::operator=(char c)
BStringRef&
BStringRef::operator=(const BStringRef &rc)
BStringRef::operator&() const
BStringRef::operator&()
extern "C" BStringRef
return BStringRef(*self, index);