Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
ost::Script::Line Class Reference

#include <script3.h>

Collaboration diagram for ost::Script::Line:
Collaboration graph
[legend]

Data Fields

Linenext
 
union {
   ScriptRegistry *   registry
 
   Method   method
 
   Name *   name
 
scr
 
const char * cmd
 
const char ** args
 
unsigned long cmask
 
unsigned long mask
 
unsigned short loop
 
unsigned short line
 
unsigned short lnum
 
unsigned short argc
 

Detailed Description

Definition at line 168 of file script3.h.

Field Documentation

unsigned short ost::Script::Line::argc

Definition at line 180 of file script3.h.

const char ** ost::Script::Line::args

Definition at line 177 of file script3.h.

unsigned long ost::Script::Line::cmask

Definition at line 178 of file script3.h.

const char* ost::Script::Line::cmd

Definition at line 177 of file script3.h.

unsigned short ost::Script::Line::line

Definition at line 179 of file script3.h.

unsigned short ost::Script::Line::lnum

Definition at line 179 of file script3.h.

unsigned short ost::Script::Line::loop

Definition at line 179 of file script3.h.

unsigned long ost::Script::Line::mask

Definition at line 178 of file script3.h.

Method ost::Script::Line::method

Definition at line 174 of file script3.h.

Name* ost::Script::Line::name

Definition at line 175 of file script3.h.

Line* ost::Script::Line::next

Definition at line 171 of file script3.h.

ScriptRegistry* ost::Script::Line::registry

Definition at line 173 of file script3.h.

union { ... } ost::Script::Line::scr

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