#include <bd.h>
Definition at line 514 of file bd.h.
 
Definition at line 518 of file bd.h.
References Bf.
  519     Bf=
new char[0+1]; 
Bf[0]=0;}
 
 
 
 
  
  
      
        
          | TSStr::TSStr  | 
          ( | 
          const TSStr &  | 
          SStr | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 520 of file bd.h.
References Bf.
  521     Bf=
new char[strlen(SStr.
Bf)+1]; strcpy(
Bf, SStr.
Bf);}
 
 
 
 
  
  
      
        
          | TSStr::TSStr  | 
          ( | 
          const char *  | 
          _Bf | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 522 of file bd.h.
References Bf.
  523     Bf=
new char[strlen(_Bf)+1]; strcpy(
Bf, _Bf);}
 
 
 
 
Definition at line 524 of file bd.h.
References Bf.
 
 
  
  
      
        
          | const char* TSStr::CStr  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 532 of file bd.h.
References Bf.
 
 
  
  
      
        
          | bool TSStr::Empty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 533 of file bd.h.
References Bf.
 
 
Definition at line 534 of file bd.h.
References Bf.
  534 {
return int(strlen(
Bf));}
 
 
 
 
Definition at line 526 of file bd.h.
References Bf.
  528       delete[] 
Bf; 
Bf=
new char[strlen(SStr.
Bf)+1]; strcpy(
Bf, SStr.
Bf);}
 
 
 
 
The documentation for this class was generated from the following file: