#include "CrystalBaseOps.h"#include "CrystalNew/CrystalNew.h"Go to the source code of this file.
Classes | |
| class | CSharedStringBuffer |
| Storage manager for string data. More... | |
| class | TSharedString< T > |
| class | TSharedStringAccessor< T > |
| Fast strings with caching in static buffer. More... | |
| class | TFastString< T, SIZE > |
Typedefs | |
| typedef TSharedString< char > | CSharedString |
| typedef TFastString< char, 60 > | CFastString |
| typedef TSharedString< uchar > | CSharedUString |
| typedef TFastString< uchar, 60 > | CFastUString |
Functions | |
| template<class T> | |
| int | StringCompareData (const T *pBuffer1, int lBuffer1, const T *pBuffer2, int lBuffer2) |
| template<class T> | |
| TSharedString< T > | operator+ (const T *pData, const TSharedString< T > &str) |
|
|
Definition at line 666 of file FastString.h. |
|
|
Definition at line 670 of file FastString.h. |
|
|
Definition of standard string types Definition at line 665 of file FastString.h. |
|
|
Definition at line 669 of file FastString.h. |
|
||||||||||||||||
|
Operators Definition at line 497 of file FastString.h. |
|
||||||||||||||||||||||||
|
Compares two binary blocks.
Definition at line 93 of file FastString.h. |
1.4.5