LLScriptLibrary Class Reference

#include <lscript_library.h>

Collaboration diagram for LLScriptLibrary:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLScriptLibrary ()
 ~LLScriptLibrary ()
void init ()
void addFunction (LLScriptLibraryFunction *func)
void assignExec (char *name, void(*exec_func)(LLScriptLibData *, LLScriptLibData *, const LLUUID &))

Public Attributes

S32 mNextNumber
LLScriptLibraryFunction ** mFunctions


Detailed Description

Definition at line 59 of file lscript_library.h.


Constructor & Destructor Documentation

LLScriptLibrary::LLScriptLibrary (  ) 

Definition at line 50 of file lscript_library.cpp.

References init().

Here is the call graph for this function:

LLScriptLibrary::~LLScriptLibrary (  ) 

Definition at line 56 of file lscript_library.cpp.

References i, mFunctions, mNextNumber, NULL, and S32.


Member Function Documentation

void LLScriptLibrary::init ( void   ) 

Definition at line 71 of file lscript_library.cpp.

References addFunction(), dummy_func(), FALSE, NULL, and TRUE.

Referenced by LLScriptLibrary().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLScriptLibrary::addFunction ( LLScriptLibraryFunction func  ) 

Definition at line 494 of file lscript_library.cpp.

References mFunctions, and mNextNumber.

Referenced by init().

Here is the caller graph for this function:

void LLScriptLibrary::assignExec ( char *  name,
void(*)(LLScriptLibData *, LLScriptLibData *, const LLUUID &)  exec_func 
)

Definition at line 510 of file lscript_library.cpp.

References i, LLScriptLibraryFunction::mExecFunc, mFunctions, mNextNumber, and S32.


Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Fri May 16 09:02:07 2008 for SecondLife by  doxygen 1.5.5