Beamlib 3.1.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BStringLocked Class Reference

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
 
BStringLockedoperator= (const BStringLocked &s)
 

Detailed Description

Provides a basic thread locked string.

Constructor & Destructor Documentation

◆ BStringLocked() [1/3]

BStringLocked::BStringLocked ( )
inline

◆ BStringLocked() [2/3]

BStringLocked::BStringLocked ( const BStringLocked s)
inline

◆ BStringLocked() [3/3]

BStringLocked::BStringLocked ( const BString s)
inline

Member Function Documentation

◆ len()

int BStringLocked::len ( ) const
inline

Length of string.

◆ operator BString()

BStringLocked::operator BString ( ) const
inline

◆ operator+()

BStringLocked BStringLocked::operator+ ( const BStringLocked s) const
inline

◆ operator=()

BStringLocked & BStringLocked::operator= ( const BStringLocked s)
inline

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