16   int CStrLen=int(strlen(CStr));
 
   17   for (
int ChN=0; ChN<CStrLen; ChN++){
 
   22   int CStrLen=int(strlen(CStr));
 
   24   for (
int ChN=0; ChN<CStrLen; ChN++){
 
   30   for (
int WChN=0; WChN<
WChV.
Len(); WChN++){
 
   31     ChA+=
WChV[WChN].GetCh();}
 
   45   for (
int WChN=0; WChN<
WChV.
Len(); WChN++){
 
   46     WChV[WChN].SaveTxt(SOut);}
 
static void LoadTxt(const PSIn &SIn, TWChA &WChA)
 
TSizeTy Len() const 
Returns the number of elements in the vector. 
 
static const TWCh SpaceWCh
 
static const TWCh StartWCh
 
void PutCStr(const char *CStr)
 
void SaveTxt(const PSOut &SOut) const 
 
static TWCh LoadTxt(const PSIn &SIn)
 
void SaveTxt(const PSOut &SOut) const 
 
void AddCStr(const char *CStr)
 
void Gen(const TSizeTy &_Vals)
Constructs a vector (an array) of _Vals elements. 
 
TSizeTy Add()
Adds a new element at the end of the vector, after its current last element.