Class tstringidents
Unit
Declaration
type tstringidents = class(TObject)
Description
Hierarchy
- TObject
- tstringidents
Overview
Fields
fstringident: identty; |
|
fidentlist: tindexidenthashdatalist; |
|
fstringindex: identoffsetty; |
|
fstringlen: identoffsetty; |
|
fstringdata: pointer; |
Methods
procedure nextident(); |
|
function storestring(const astr: lstringty): identnamety; |
|
constructor create(); |
|
destructor destroy(); override; |
|
function getident(): identty; |
|
function getident(const astart,astop: pchar): identty; |
|
function getident(const aname: lstringty): identty; |
|
function getident(const aname: pchar; const alen: integer): identty; |
|
function getident(const aname: string): identty; |
|
function getidentname(const aident: identty; out name: identnamety): boolean; |
|
function getidentname(const aident: identty; out name: lstringty): boolean; |
|
function getidentname(const aname: string): identnamety; |
|
function getidentname(const aident: identty): string; |
|
function getidentnamel(const aident: identty): lstringty; |
|
function getidentnamep(const aident: identty): pchar; |
|
function getidentname2(const aident: identty): identnamety; |
|
function nametolstring(const aname: identnamety): lstringty; inline; |
|
procedure clear(); |
Description
Fields
fstringident: identty; |
|
fidentlist: tindexidenthashdatalist; |
|
fstringindex: identoffsetty; |
|
fstringlen: identoffsetty; |
|
fstringdata: pointer; |
|
Methods
procedure nextident(); |
|
function storestring(const astr: lstringty): identnamety; |
|
constructor create(); |
|
destructor destroy(); override; |
|
function getident(): identty; |
|
function getident(const astart,astop: pchar): identty; |
|
function getident(const aname: lstringty): identty; |
|
function getident(const aname: pchar; const alen: integer): identty; |
|
function getident(const aname: string): identty; |
|
function getidentname(const aident: identty; out name: identnamety): boolean; |
|
function getidentname(const aident: identty; out name: lstringty): boolean; |
|
function getidentname(const aname: string): identnamety; |
|
function getidentname(const aident: identty): string; |
|
function getidentnamel(const aident: identty): lstringty; |
|
function getidentnamep(const aident: identty): pchar; |
|
function getidentname2(const aident: identty): identnamety; |
|
function nametolstring(const aname: identnamety): lstringty; inline; |
|
procedure clear(); |
|
Generated by PasDoc 0.16.0.