Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Data Fields | Static Public Attributes
ost::Script::Package Class Reference

#include <script3.h>

Inheritance diagram for ost::Script::Package:
Inheritance graph
[legend]
Collaboration diagram for ost::Script::Package:
Collaboration graph
[legend]

Public Member Functions

 Package (const char *name)
 
const char * getError (void)
 Retrieve error indicator associated with DSO failure. More...
 
void * operator[] (const char *)
 Detach a DSO object from running memory. More...
 
bool isValid (void)
 See if DSO object is valid. More...
 

Static Public Member Functions

static void dynunload (void)
 
static DSOgetObject (const char *name)
 Find a specific DSO object by filename. More...
 
static void setDebug (void)
 Install debug handler... More...
 

Data Fields

Packagenext
 
const char * filename
 

Static Public Attributes

static Packagefirst
 

Detailed Description

Definition at line 245 of file script3.h.

Constructor & Destructor Documentation

ost::Script::Package::Package ( const char *  name)

Member Function Documentation

static void DSO::dynunload ( void  )
inlinestaticinherited

Definition at line 957 of file file.h.

const char* DSO::getError ( void  )
inlineinherited

Retrieve error indicator associated with DSO failure.

This is often used in catch handlers.

Definition at line 934 of file file.h.

static DSO* DSO::getObject ( const char *  name)
staticinherited

Find a specific DSO object by filename.

Parameters
nameof DSO object file (partial).
bool DSO::isValid ( void  )
inherited

See if DSO object is valid.

Returns
true if valid.
void* DSO::operator[] ( const char *  )
inlineinherited

Detach a DSO object from running memory.

Lookup a symbol in the loaded file.

Definition at line 950 of file file.h.

static void DSO::setDebug ( void  )
staticinherited

Install debug handler...

Field Documentation

const char* ost::Script::Package::filename

Definition at line 250 of file script3.h.

Package* ost::Script::Package::first
static

Definition at line 248 of file script3.h.

Package* ost::Script::Package::next

Definition at line 249 of file script3.h.


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