#include <044_section.h>
Public Attributes | |
int | pub1 |
int | pub2 |
Protected Attributes | |
int | pro1 |
int | pro2 |
Private Attributes | |
int | pri1 |
int | pri2 |
A struct
Definition at line 5 of file 044_section.h.
|
private |
private field
Definition at line 24 of file 044_section.h.
|
private |
another private field
Definition at line 26 of file 044_section.h.
|
protected |
protected field
Definition at line 17 of file 044_section.h.
|
protected |
another protected field
Definition at line 19 of file 044_section.h.
int S::pub1 |
public field
Definition at line 10 of file 044_section.h.
int S::pub2 |
another public field
Definition at line 12 of file 044_section.h.