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

#include <script3.h>

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

Data Fields

struct _symbolnext
 
const char * id
 
unsigned short size
 
symType type: 8
 
char data [1]
 

Detailed Description

Definition at line 147 of file script3.h.

Field Documentation

char ost::Script::_symbol::data[1]

Definition at line 152 of file script3.h.

const char* ost::Script::_symbol::id

Definition at line 149 of file script3.h.

struct _symbol* ost::Script::_symbol::next

Definition at line 148 of file script3.h.

unsigned short ost::Script::_symbol::size

Definition at line 150 of file script3.h.

symType ost::Script::_symbol::type

Definition at line 151 of file script3.h.


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