Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

ost Namespace Reference


Compounds

struct  ost::ScriptCommand::_keyword
struct  ost::_line
struct  ost::_script
struct  ost::_symbol
class  ost::ScriptCommand
 This class holds the bound keyword set for a given Bayonne style script interpreter. Bayonne script keyword binding tables and compiler constants. More...

struct  ost::ScriptInterp::scriptcontext_t
class  ost::ScriptImage
 A derivable class to hold compiled script images for active processes. Script compiler image set. More...

class  ost::ScriptInterp
 System script interpreter core engine class. Extensible Bayonne Scripting Engine. More...

class  ost::ScriptLocks
 This class holds a distributed lock set used for global script locks and the new lock/unlock commands. global lock table. More...

class  ost::ScriptModule
 This class is used for generic ccScript DSO plugins. ccScript loadable module. More...

class  ost::ScriptPackage
 A class to represent internal ccScript loaded modules. loaded dso modules. More...

class  ost::ScriptProperty
 This class is used for DSO modules that impliment property extensions for scripting objects. ccScript property module. More...

class  ost::ScriptSession
 This class holds an "active" session handler that has been created by a "slow" module handler. active session base class. More...

class  ost::ScriptSymbol
 This class manages symbol tables for the scripting engine. Symbol table management for scripting engine. More...

struct  ost::SCRKEYWORDS

Typedefs

typedef bool(ScriptInterp::* scriptmethod_t )(void)
typedef char *(ScriptCommand::* scriptcheck_t )(struct _line *line, ScriptImage *img)

Enumerations

enum  scriptsymtype_t {
  SYM_TYPE_NORMAL = 0, SYM_TYPE_ALIAS, SYM_TYPE_FIFO, SYM_TYPE_INDEX,
  SYM_TYPE_SEQUENCE, SYM_TYPE_STACK, SYM_TYPE_COUNTER, SYM_TYPE_TRIGGER
}

Variables

CCXX_CLASS_EXPORT ScriptCommand
CCXX_CLASS_EXPORT ScriptImage
CCXX_CLASS_EXPORT ScriptInterp
ost::_symbol scriptsymbol_t
ost::_line scriptline_t
ost::_script scriptname_t


Typedef Documentation

typedef char* (ScriptCommand::* ost::scriptcheck_t)(struct _line *line, ScriptImage *img)
 

typedef bool (ScriptInterp::* ost::scriptmethod_t)(void)
 


Enumeration Type Documentation

enum ost::scriptsymtype_t
 

Enumeration values:
SYM_TYPE_NORMAL  
SYM_TYPE_ALIAS  
SYM_TYPE_FIFO  
SYM_TYPE_INDEX  
SYM_TYPE_SEQUENCE  
SYM_TYPE_STACK  
SYM_TYPE_COUNTER  
SYM_TYPE_TRIGGER  


Variable Documentation

class CCXX_CLASS_EXPORT ost::ScriptCommand
 

class CCXX_CLASS_EXPORT ost::ScriptImage
 

class CCXX_CLASS_EXPORT ost::ScriptInterp
 

struct ost::_line ost::scriptline_t
 

struct ost::_script ost::scriptname_t
 

struct ost::_symbol ost::scriptsymbol_t
 


Generated at Fri Nov 2 09:22:24 2001 for ccscript by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001