blob: 11ca74f71ffb8472cbc8a60f342de3176558680c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libVOTable: AttrBlock Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>AttrBlock Struct Reference</h1><!-- doxytag: class="AttrBlock" -->Information for a block of attributes.
<a href="#_details">More...</a>
<p>
<code>#include <<a class="el" href="votParseP_8h_source.html">votParseP.h</a>></code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fa9326ebb9e46e6f599d80f67db42cb6"></a><!-- doxytag: member="AttrBlock::req" ref="fa9326ebb9e46e6f599d80f67db42cb6" args="" -->
char * </td><td class="memItemRight" valign="bottom"><b>req</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c96c734b9124fcdba0ebbb5f8703c940"></a><!-- doxytag: member="AttrBlock::opt" ref="c96c734b9124fcdba0ebbb5f8703c940" args="" -->
char * </td><td class="memItemRight" valign="bottom"><b>opt</b></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6d23c0d081bb527c934e99f47b10c461"></a><!-- doxytag: member="AttrBlock::attributes" ref="6d23c0d081bb527c934e99f47b10c461" args="" -->
void * </td><td class="memItemRight" valign="bottom"><b>attributes</b></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Information for a block of attributes.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>req</em> </td><td>A '|' delimited string of required attribute names. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>opt</em> </td><td>A '|' delimited string of optional attribute names. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>attributes</em> </td><td>A pointer to an <a class="el" href="structAttrList.html" title="Information for an attribute.">AttrList</a> structure. </td></tr>
</table>
</dl>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="votParseP_8h_source.html">votParseP.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 27 21:10:09 2013 for libVOTable by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
|