LibBeamApi  1.3.0
Public Member Functions | Private Attributes
BStringLocked Class Reference

#include <BStringLocked.h>

List of all members.

Public Member Functions

 BStringLocked ()
 BStringLocked (const BStringLocked &s)
 BStringLocked (const BString &s)
int len () const
 Length of string.
 operator BString () const
BStringLocked operator+ (const BStringLocked &s) const
BStringLockedoperator= (const BStringLocked &s)

Private Attributes

BStringMutex olock
BString ostr

Constructor & Destructor Documentation

BStringLocked::BStringLocked ( ) [inline]
BStringLocked::BStringLocked ( const BStringLocked s) [inline]
BStringLocked::BStringLocked ( const BString s) [inline]

Member Function Documentation

int BStringLocked::len ( ) const [inline]

Length of string.

BStringLocked::operator BString ( ) const [inline]
BStringLocked BStringLocked::operator+ ( const BStringLocked s) const [inline]
BStringLocked& BStringLocked::operator= ( const BStringLocked s) [inline]

Member Data Documentation

BStringMutex BStringLocked::olock [mutable, private]

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