#include <ipa_section.h>
Public Member Functions | |
| TLOG_INFO () | |
| INT & | Get_cterm_count () |
| INT & | Get_lterm_count () |
| INT & | Get_iv_gterm_count () |
| INT & | Get_iv_term_count () |
| INT & | Get_sub_term_count () |
| void | Set_cterm_count (INT count) |
| void | Set_lterm_count (INT count) |
| void | Set_iv_gterm_count (INT count) |
| void | Set_iv_term_count (INT count) |
| void | Set_sub_term_count (INT count) |
Private Attributes | |
| INT | _cterm_count |
| INT | _lterm_count |
| INT | _iv_g_term_count |
| INT | _iv_term_count |
| INT | _sub_term_count |
Definition at line 1423 of file ipa_section.h.
| TLOG_INFO::TLOG_INFO | ( | ) | [inline] |
Definition at line 1430 of file ipa_section.h.
| INT& TLOG_INFO::Get_cterm_count | ( | ) | [inline] |
Definition at line 1431 of file ipa_section.h.
References _cterm_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| INT& TLOG_INFO::Get_iv_gterm_count | ( | ) | [inline] |
Definition at line 1433 of file ipa_section.h.
References _iv_g_term_count.
| INT& TLOG_INFO::Get_iv_term_count | ( | ) | [inline] |
Definition at line 1434 of file ipa_section.h.
References _iv_term_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| INT& TLOG_INFO::Get_lterm_count | ( | ) | [inline] |
Definition at line 1432 of file ipa_section.h.
References _lterm_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| INT& TLOG_INFO::Get_sub_term_count | ( | ) | [inline] |
Definition at line 1435 of file ipa_section.h.
References _sub_term_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| void TLOG_INFO::Set_cterm_count | ( | INT | count | ) | [inline] |
Definition at line 1437 of file ipa_section.h.
References _cterm_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| void TLOG_INFO::Set_iv_gterm_count | ( | INT | count | ) | [inline] |
Definition at line 1439 of file ipa_section.h.
References _iv_g_term_count.
| void TLOG_INFO::Set_iv_term_count | ( | INT | count | ) | [inline] |
Definition at line 1440 of file ipa_section.h.
References _iv_term_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| void TLOG_INFO::Set_lterm_count | ( | INT | count | ) | [inline] |
Definition at line 1438 of file ipa_section.h.
References _lterm_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
| void TLOG_INFO::Set_sub_term_count | ( | INT | count | ) | [inline] |
Definition at line 1441 of file ipa_section.h.
References _sub_term_count.
Referenced by ARRAY_SUMMARY::Record_tlogs().
INT TLOG_INFO::_cterm_count [private] |
Definition at line 1426 of file ipa_section.h.
Referenced by Get_cterm_count(), and Set_cterm_count().
INT TLOG_INFO::_iv_g_term_count [private] |
Definition at line 1426 of file ipa_section.h.
Referenced by Get_iv_gterm_count(), and Set_iv_gterm_count().
INT TLOG_INFO::_iv_term_count [private] |
Definition at line 1426 of file ipa_section.h.
Referenced by Get_iv_term_count(), and Set_iv_term_count().
INT TLOG_INFO::_lterm_count [private] |
Definition at line 1426 of file ipa_section.h.
Referenced by Get_lterm_count(), and Set_lterm_count().
INT TLOG_INFO::_sub_term_count [private] |
Definition at line 1427 of file ipa_section.h.
Referenced by Get_sub_term_count(), and Set_sub_term_count().
1.7.1