Beamlib 3.1.2
This is the Beam C++ class library.
|
Provides a basic thread locked string. More...
#include <BStringLocked.h>
Public Member Functions | |
BStringLocked () | |
BStringLocked (const BStringLocked &s) | |
BStringLocked (const BString &s) | |
int | len () const |
Length of string. More... | |
operator BString () const | |
BStringLocked | operator+ (const BStringLocked &s) const |
BStringLocked & | operator= (const BStringLocked &s) |
Provides a basic thread locked string.
|
inline |
|
inline |
|
inline |
|
inline |
Length of string.
|
inline |
|
inline |
|
inline |