#include <oscl_str_ptr_len.h>
Inheritance diagram for StrCSumPtrLen:
Public Types | |
typedef int16 | CheckSumType |
Public Methods | |
void | setPtrLen (const char *newPtr, uint32 newLen) |
CheckSumType | getCheckSum () const |
OSCL_IMPORT_REF void | setCheckSum () |
StrCSumPtrLen () | |
StrCSumPtrLen (const char *newPtr) | |
StrCSumPtrLen (const char *newPtr, uint32 newLen) | |
StrCSumPtrLen (const StrCSumPtrLen &rhs) | |
StrCSumPtrLen (const StrPtrLen &rhs) | |
c_bool | isCIEquivalentTo (const StrCSumPtrLen &rhs) const |
c_bool | operator== (const StrCSumPtrLen &rhs) const |
c_bool | operator!= (const StrCSumPtrLen &rhs) const |
StrCSumPtrLen & | operator= (const StrCSumPtrLen &rhs) |
StrCSumPtrLen & | operator= (const StrPtrLen &rhs) |
StrCSumPtrLen & | operator= (const char *rhs) |
Protected Attributes | |
CheckSumType | checkSum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from StrPtrLen. |
|
Reimplemented from StrPtrLen. |
|
|
|
|
|
|
|
Reimplemented from StrPtrLen. |
|
|