DCL 4.0
|
Go to the source code of this file.
Classes | |
struct | BUFFER_T |
class | STRING_T |
Macros | |
#define | _T(s) |
#define | CHAR_T char |
#define | UCHAR_T byte_t |
#define | BUFFER_T ByteBuffer |
#define | STRING_T ByteString |
#define | STRING_BUILDER_T ByteStringBuilder |
#define | ARRAY_T ByteStringArray |
Functions | |
DCLCAPI bool | operator== (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator== (const STRING_T &_str1, const CHAR_T *_psz) |
DCLCAPI bool | operator== (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator== (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator== (CHAR_T _ch, const STRING_T &_str2) |
DCLCAPI bool | operator!= (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator!= (const STRING_T &_str, const CHAR_T *_psz) |
DCLCAPI bool | operator!= (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator!= (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator!= (CHAR_T _ch, const STRING_T &_str2) |
DCLCAPI bool | operator> (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator> (const STRING_T &_str1, const CHAR_T *_psz) |
DCLCAPI bool | operator> (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator> (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator> (CHAR_T _ch, const STRING_T &_str2) |
DCLCAPI bool | operator< (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator< (const STRING_T &_str1, const CHAR_T *_psz) |
DCLCAPI bool | operator< (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator< (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator< (CHAR_T _ch, const STRING_T &_str2) |
DCLCAPI bool | operator>= (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator>= (const STRING_T &_str1, const CHAR_T *_psz) |
DCLCAPI bool | operator>= (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator>= (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator>= (CHAR_T _ch, const STRING_T &_str2) |
DCLCAPI bool | operator<= (const STRING_T &_str1, const STRING_T &_str2) |
DCLCAPI bool | operator<= (const STRING_T &_str1, const CHAR_T *_psz) |
DCLCAPI bool | operator<= (const CHAR_T *_psz, const STRING_T &_str2) |
DCLCAPI bool | operator<= (const STRING_T &_str1, CHAR_T _ch) |
DCLCAPI bool | operator<= (CHAR_T _ch, const STRING_T &_str2) |
#define _T | ( | s | ) |
Definition at line 19 of file __STRING.h.
#define ARRAY_T ByteStringArray |
Definition at line 25 of file __STRING.h.
#define BUFFER_T ByteBuffer |
Definition at line 22 of file __STRING.h.
#define CHAR_T char |
Definition at line 20 of file __STRING.h.
#define STRING_BUILDER_T ByteStringBuilder |
Definition at line 56 of file __STRING.h.
#define STRING_T ByteString |
Definition at line 23 of file __STRING.h.
#define UCHAR_T byte_t |
Definition at line 21 of file __STRING.h.
Definition at line 445 of file __STRING.h.
Definition at line 434 of file __STRING.h.
Definition at line 429 of file __STRING.h.
Definition at line 439 of file __STRING.h.
Definition at line 424 of file __STRING.h.
Definition at line 501 of file __STRING.h.
Definition at line 490 of file __STRING.h.
Definition at line 495 of file __STRING.h.
Definition at line 485 of file __STRING.h.
Definition at line 479 of file __STRING.h.
Definition at line 555 of file __STRING.h.
Definition at line 544 of file __STRING.h.
Definition at line 549 of file __STRING.h.
Definition at line 539 of file __STRING.h.
Definition at line 534 of file __STRING.h.
Definition at line 418 of file __STRING.h.
Definition at line 407 of file __STRING.h.
Definition at line 412 of file __STRING.h.
Definition at line 402 of file __STRING.h.
Definition at line 397 of file __STRING.h.
Definition at line 473 of file __STRING.h.
Definition at line 462 of file __STRING.h.
Definition at line 467 of file __STRING.h.
Definition at line 457 of file __STRING.h.
Definition at line 528 of file __STRING.h.
Definition at line 517 of file __STRING.h.
Definition at line 522 of file __STRING.h.
Definition at line 512 of file __STRING.h.