Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / stabs / Static-Members.html
blob02a74dd059c2985bc8549e7cae75c48a782207fb
1 <html lang="en">
2 <head>
3 <title>STABS</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="STABS">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="Static%20Members">Static Members</a>,
13 Previous:<a rel="previous" accesskey="p" href="Virtual-Base-Classes.html#Virtual%20Base%20Classes">Virtual Base Classes</a>,
14 Up:<a rel="up" accesskey="u" href="Cplusplus.html#Cplusplus">Cplusplus</a>
15 <hr><br>
16 </div>
18 <h3 class="section">Static Members</h3>
20 <p>The data area for a class is a concatenation of the space used by the
21 data members of the class. If the class has virtual methods, a vtable
22 pointer follows the class data. The field offset part of each field
23 description in the class stab shows this ordering.
25 <p>&lt;&lt; How is this reflected in stabs? See Cygnus bug #677 for some info. &gt;&gt;
27 </body></html>