#include <bd.h>
List of all members.
Detailed Description
Definition at line 511 of file bd.h.
Constructor & Destructor Documentation
Definition at line 515 of file bd.h.
References Bf.
: Bf(NULL){
Bf=new char[0+1]; Bf[0]=0;}
Definition at line 517 of file bd.h.
References Bf.
: Bf(NULL){
Bf=new char[strlen(SStr.Bf)+1]; strcpy(Bf, SStr.Bf);}
Definition at line 519 of file bd.h.
References Bf.
: Bf(NULL){
Bf=new char[strlen(_Bf)+1]; strcpy(Bf, _Bf);}
Definition at line 521 of file bd.h.
References Bf.
Member Function Documentation
Definition at line 529 of file bd.h.
References Bf.
Definition at line 530 of file bd.h.
References Bf.
Definition at line 531 of file bd.h.
References Bf.
{return int(strlen(Bf));}
TSStr& TSStr::operator= |
( |
const TSStr & |
SStr | ) |
[inline] |
Definition at line 523 of file bd.h.
References Bf.
{
if (this!=&SStr){
delete[] Bf; Bf=new char[strlen(SStr.Bf)+1]; strcpy(Bf, SStr.Bf);}
return *this;}
Member Data Documentation
The documentation for this class was generated from the following file: