FreeBASIC  0.91.0
objinfo.bi File Reference
#include "list.bi"
Include dependency graph for objinfo.bi:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  OBJINFO_LIB = 0, OBJINFO_LIBPATH, OBJINFO_MT, OBJINFO_LANG,
  OBJINFO__COUNT
}
 

Functions

sub objinfoReadObj (byref_as_string objfile)
 
sub objinfoReadLibfile (byref_as_string libfile)
 
sub objinfoReadLib (byref_as_string libname, byval_as_TLIST_ptr libpaths)
 
function_as_integer objinfoReadNext (byref_as_string dat)
 
function_as_zstring_ptr objinfoGetFilename ()
 
sub objinfoReadEnd ()
 
function_as_zstring_ptr objinfoEncode (byval_as_integer entry)
 

Enumeration Type Documentation

anonymous enum
Enumerator
OBJINFO_LIB 
OBJINFO_LIBPATH 
OBJINFO_MT 
OBJINFO_LANG 
OBJINFO__COUNT 

Definition at line 3 of file objinfo.bi.

Function Documentation

function_as_zstring_ptr objinfoEncode ( byval_as_integer  entry)

Definition at line 1624 of file objinfo.bas.

Here is the caller graph for this function:

function_as_zstring_ptr objinfoGetFilename ( )

Definition at line 1607 of file objinfo.bas.

Here is the caller graph for this function:

sub objinfoReadEnd ( )

Definition at line 1611 of file objinfo.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub objinfoReadLib ( byref_as_string  libname,
byval_as_TLIST_ptr  libpaths 
)

Definition at line 1480 of file objinfo.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub objinfoReadLibfile ( byref_as_string  libfile)

Definition at line 1464 of file objinfo.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer objinfoReadNext ( byref_as_string  dat)

Definition at line 1525 of file objinfo.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub objinfoReadObj ( byref_as_string  objfile)

Definition at line 1453 of file objinfo.bas.

Here is the call graph for this function:

Here is the caller graph for this function: