#include <opt_ipaa_summary.h>
Public Member Functions | |
| IPAA_SECTION (INT64 disp, INT64 size) | |
| ~IPAA_SECTION () | |
| void | Print (FILE *f) const |
| void | Trace (void) const |
| INT64 | Disp (void) const |
| INT64 | Size (void) const |
Private Attributes | |
| INT64 | _disp |
| INT64 | _size |
Definition at line 252 of file opt_ipaa_summary.h.
Definition at line 260 of file opt_ipaa_summary.h.
| IPAA_SECTION::~IPAA_SECTION | ( | ) | [inline] |
Definition at line 262 of file opt_ipaa_summary.h.
| INT64 IPAA_SECTION::Disp | ( | void | ) | const [inline] |
Definition at line 269 of file opt_ipaa_summary.h.
References _disp.
| void IPAA_SECTION::Print | ( | FILE * | f | ) | const |
| INT64 IPAA_SECTION::Size | ( | void | ) | const [inline] |
Definition at line 270 of file opt_ipaa_summary.h.
References _size.
| void IPAA_SECTION::Trace | ( | void | ) | const |
INT64 IPAA_SECTION::_disp [private] |
Definition at line 254 of file opt_ipaa_summary.h.
Referenced by Disp(), and IPAA_SECTION().
INT64 IPAA_SECTION::_size [private] |
Definition at line 255 of file opt_ipaa_summary.h.
Referenced by IPAA_SECTION(), and Size().
1.7.1