FreeBASIC  0.91.0
dstr.bi File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __DSTR_BI__
 
#define DECL_STRTYPE(_name, _type)
 

Functions

sub DZstrZero (byref_as_DZSTRING dst)
 
sub DZstrAllocate (byref_as_DZSTRING dst, byval_as_integer chars)
 
sub DZstrReset (byref_as_DZSTRING dst)
 
sub DZstrAssign (byref_as_DZSTRING dst, byval_as_zstring_ptr src)
 
sub DZstrAssignW (byref_as_DZSTRING dst, byval_as_wstring_ptr src)
 
sub DZstrAssignC (byref_as_DZSTRING dst, byval_as_uinteger src)
 
sub DZstrConcatAssign (byref_as_DZSTRING dst, byval_as_zstring_ptr src)
 
sub DZstrConcatAssignW (byref_as_DZSTRING dst, byval_as_wstring_ptr src)
 
sub DZstrConcatAssignC (byref_as_DZSTRING dst, byval_as_uinteger src)
 
sub DWstrZero (byref_as_DWSTRING dst)
 
sub DWstrAllocate (byref_as_DWSTRING dst, byval_as_integer chars)
 
sub DWstrReset (byref_as_DWSTRING dst)
 
sub DWstrAssign (byref_as_DWSTRING dst, byval_as_wstring_ptr src)
 
sub DWstrAssignA (byref_as_DWSTRING dst, byval_as_zstring_ptr src)
 
sub DWstrAssignC (byref_as_DWSTRING dst, byval_as_uinteger src)
 
sub DWstrConcatAssign (byref_as_DWSTRING dst, byval_as_wstring_ptr src)
 
sub DWstrConcatAssignA (byref_as_DWSTRING dst, byval_as_zstring_ptr src)
 
sub DWstrConcatAssignC (byref_as_DWSTRING dst, byval_as_uinteger src)
 

Macro Definition Documentation

#define __DSTR_BI__

Definition at line 2 of file dstr.bi.

#define DECL_STRTYPE (   _name,
  _type 
)
Value:
/* _
type _name :_
data as _type ptr :_
len as integer :_
size as integer :_
end type */

Definition at line 123 of file dstr.bi.

Function Documentation

sub DWstrAllocate ( byref_as_DWSTRING  dst,
byval_as_integer  chars 
)

Definition at line 220 of file dstr.bas.

Here is the caller graph for this function:

sub DWstrAssign ( byref_as_DWSTRING  dst,
byval_as_wstring_ptr  src 
)

Definition at line 245 of file dstr.bas.

Here is the caller graph for this function:

sub DWstrAssignA ( byref_as_DWSTRING  dst,
byval_as_zstring_ptr  src 
)

Definition at line 262 of file dstr.bas.

Here is the caller graph for this function:

sub DWstrAssignC ( byref_as_DWSTRING  dst,
byval_as_uinteger  src 
)

Definition at line 279 of file dstr.bas.

sub DWstrConcatAssign ( byref_as_DWSTRING  dst,
byval_as_wstring_ptr  src 
)

Definition at line 297 of file dstr.bas.

Here is the caller graph for this function:

sub DWstrConcatAssignA ( byref_as_DWSTRING  dst,
byval_as_zstring_ptr  src 
)

Definition at line 315 of file dstr.bas.

Here is the caller graph for this function:

sub DWstrConcatAssignC ( byref_as_DWSTRING  dst,
byval_as_uinteger  src 
)

Definition at line 333 of file dstr.bas.

sub DWstrReset ( byref_as_DWSTRING  dst)

Definition at line 231 of file dstr.bas.

sub DWstrZero ( byref_as_DWSTRING  dst)

Definition at line 208 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrAllocate ( byref_as_DZSTRING  dst,
byval_as_integer  chars 
)

Definition at line 72 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrAssign ( byref_as_DZSTRING  dst,
byval_as_zstring_ptr  src 
)

Definition at line 97 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrAssignC ( byref_as_DZSTRING  dst,
byval_as_uinteger  src 
)

Definition at line 131 of file dstr.bas.

sub DZstrAssignW ( byref_as_DZSTRING  dst,
byval_as_wstring_ptr  src 
)

Definition at line 114 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrConcatAssign ( byref_as_DZSTRING  dst,
byval_as_zstring_ptr  src 
)

Definition at line 149 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrConcatAssignC ( byref_as_DZSTRING  dst,
byval_as_uinteger  src 
)

Definition at line 185 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrConcatAssignW ( byref_as_DZSTRING  dst,
byval_as_wstring_ptr  src 
)

Definition at line 167 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrReset ( byref_as_DZSTRING  dst)

Definition at line 83 of file dstr.bas.

Here is the caller graph for this function:

sub DZstrZero ( byref_as_DZSTRING  dst)

Definition at line 60 of file dstr.bas.

Here is the caller graph for this function: