The C VOTable Parser Library.

[Introduction]- [Download]- [Tutorial]- [Reference]

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

_list_field Struct Reference

Structure dedicated to FIELD tag. More...

#include <votable.h>


Data Fields

xmlChar * ID
 ID used : implied.

xmlChar * unit
 unit used : implied

xmlChar * datatype
 datatype used : implied
among : boolean, bit, unsignedByte, short ,int, long, char unicodeChar, float, double, floatComplex or doubleComplex

xmlChar * precision
 value precision used : implied

xmlChar * width
 value width used : implied

xmlChar * ref
 ref attribute used : implied

xmlChar * name
 name attribute used : implied

xmlChar * ucd
 unified content type attribute used : implied

xmlChar * arraysize
 arraysize used : implied

xmlChar * type
 type used among : implied
among : hidden, no_query or trigger

int position
 position
position of the FIELD element in respect to others ones

list_fieldnext
 address of the next element of the list


Detailed Description

Structure dedicated to FIELD tag.

Structure containing all attributes allowed for FIELD tag.
In order to save all this structure type, we create a linking list of this one.


Field Documentation

xmlChar* _list_field::arraysize
 

arraysize used : implied

xmlChar* _list_field::datatype
 

datatype used : implied
among : boolean, bit, unsignedByte, short ,int, long, char unicodeChar, float, double, floatComplex or doubleComplex

xmlChar* _list_field::ID
 

ID used : implied.

xmlChar* _list_field::name
 

name attribute used : implied

list_field* _list_field::next
 

address of the next element of the list

int _list_field::position
 

position
position of the FIELD element in respect to others ones

xmlChar* _list_field::precision
 

value precision used : implied

xmlChar* _list_field::ref
 

ref attribute used : implied

xmlChar* _list_field::type
 

type used among : implied
among : hidden, no_query or trigger

xmlChar* _list_field::ucd
 

unified content type attribute used : implied

xmlChar* _list_field::unit
 

unit used : implied

xmlChar* _list_field::width
 

value width used : implied


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