#include <cxftree.h>
Inheritance diagram for CXFNodeTypeStatistics:

| Public Member Functions | |
| CXFNodeTypeStatistics (UINT32 ThisTag) | |
| void | IncNumOccurances () | 
| void | AddToTotalSize (INT32 s) | 
| UINT32 | GetTag () | 
| INT32 | GetNumOccurances () | 
| INT32 | GetTotalSize () | 
| Private Attributes | |
| UINT32 | Tag | 
| INT32 | NumOccurrences | 
| INT32 | TotalSize | 
Definition at line 197 of file cxftree.h.
| 
 | 
| 
 Definition at line 202 of file cxftree.h. 00202 { Tag = ThisTag; NumOccurrences = 0; TotalSize = 0; } 
 | 
| 
 | 
| 
 Definition at line 205 of file cxftree.h. 00205 { TotalSize += s; } 
 | 
| 
 | 
| 
 Definition at line 208 of file cxftree.h. 00208 { return NumOccurrences; } 
 | 
| 
 | 
| 
 Definition at line 207 of file cxftree.h. 00207 { return Tag; } 
 | 
| 
 | 
| 
 Definition at line 209 of file cxftree.h. 00209 { return TotalSize; } 
 | 
| 
 | 
| 
 Definition at line 204 of file cxftree.h. 00204 { NumOccurrences++; } 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
 1.4.4
 1.4.4