TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:52 2007
libRASCH: eval_attribute Struct Reference

eval_attribute Struct Reference

handle attributes associated with evaluations More...

Collaboration diagram for eval_attribute:

Collaboration graph
[legend]

Data Fields

unsigned short dummy
eval_attributenext
eval_attributeprev
any_handle src_handle
char name [MAX_ATTRIB_LEN]
value_handle value

Detailed Description

Parameters:
<dummy> dummy variable (needed to be able to use ra_list_* functions)
<next> pointer to next attribute structure
<prev> pointer to previous attribute structure
<src_handle> handle of the source
<name> name of the attribute
<value> value of the attribute

Definition at line 60 of file ra_eval.h.


Field Documentation

unsigned short eval_attribute::dummy
 

Definition at line 62 of file ra_eval.h.

char eval_attribute::name[MAX_ATTRIB_LEN]
 

Definition at line 69 of file ra_eval.h.

Referenced by find_attribute(), ra_eval_attribute_list(), and ra_eval_attribute_set().

struct eval_attribute* eval_attribute::next
 

Definition at line 64 of file ra_eval.h.

Referenced by delete_attributes(), find_attribute(), and ra_eval_attribute_list().

struct eval_attribute* eval_attribute::prev
 

Definition at line 65 of file ra_eval.h.

any_handle eval_attribute::src_handle
 

Definition at line 67 of file ra_eval.h.

Referenced by delete_attributes(), find_attribute(), ra_eval_attribute_list(), and ra_eval_attribute_set().

value_handle eval_attribute::value
 

Definition at line 70 of file ra_eval.h.

Referenced by delete_attributes(), free_eval_infos(), ra_eval_attribute_get(), ra_eval_attribute_set(), and ra_eval_attribute_unset().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:33:47 2005 for libRASCH by  doxygen 1.4.2