#include <attr.H>
Public Member Functions | |
| intList () | |
| intList (const intList &orig) | |
| ~intList () | |
| int | GetAttrValue (void) |
| int | GetValid (void) |
| intList * | GetNextIntListPtr (void) |
| void | SetAttrValue (unsigned newValue) |
| void | SetValid (unsigned newValid) |
| void | SetNextIntListPtr (intList *newPtr) |
| intList () | |
| intList (const intList &orig) | |
| ~intList () | |
| int | GetAttrValue (void) |
| int | GetValid (void) |
| intList * | GetNextIntListPtr (void) |
| void | SetAttrValue (unsigned newValue) |
| void | SetValid (unsigned newValid) |
| void | SetNextIntListPtr (intList *newPtr) |
Private Attributes | |
| int | attrValue |
| int | valid |
| intList * | nextIntListPtr |
| intList * | nextIntListPtr |
|
|
Definition at line 41 of file include/attr.H. References attrValue, nextIntListPtr, and valid. Referenced by intList(). |
|
|
Definition at line 48 of file include/attr.H. References attrValue, intList(), nextIntListPtr, and valid. |
|
|
Definition at line 58 of file include/attr.H. References nextIntListPtr. |
|
|
Definition at line 41 of file src/base/attr.H. References attrValue, nextIntListPtr, and valid. |
|
|
Definition at line 48 of file src/base/attr.H. References attrValue, intList(), nextIntListPtr, and valid. |
|
|
Definition at line 58 of file src/base/attr.H. References nextIntListPtr. |
|
|
Definition at line 74 of file src/base/attr.H. References attrValue. |
|
|
Definition at line 74 of file include/attr.H. References attrValue. Referenced by BBDuplicate(), CFG::build_one_block(), FindEdgeFrequency(), GetBestNextBlock(), my_TailDuplicate(), TailDuplicate(), and WriteEdges(). |
|
|
Definition at line 84 of file src/base/attr.H. References nextIntListPtr. |
|
|
Definition at line 84 of file include/attr.H. References nextIntListPtr. Referenced by AddFreqAttribute(), BBDuplicate(), my_TailDuplicate(), TailDuplicate(), and WriteEdges(). |
|
|
Definition at line 79 of file src/base/attr.H. References valid. |
|
|
Definition at line 79 of file include/attr.H. References valid. |
|
|
Definition at line 89 of file src/base/attr.H. References attrValue. |
|
|
Definition at line 89 of file include/attr.H. References attrValue. Referenced by AddFreqAttribute(), BBDuplicate(), my_TailDuplicate(), and TailDuplicate(). |
|
|
Definition at line 99 of file src/base/attr.H. References nextIntListPtr. |
|
|
Definition at line 99 of file include/attr.H. References nextIntListPtr. Referenced by AddFreqAttribute(). |
|
|
Definition at line 94 of file src/base/attr.H. References valid. |
|
|
Definition at line 94 of file include/attr.H. References valid. |
|
|
Definition at line 37 of file src/base/attr.H. Referenced by GetAttrValue(), intList(), and SetAttrValue(). |
|
|
Definition at line 39 of file src/base/attr.H. |
|
|
Definition at line 39 of file include/attr.H. Referenced by GetNextIntListPtr(), intList(), SetNextIntListPtr(), and ~intList(). |
|
|
Definition at line 38 of file src/base/attr.H. Referenced by GetValid(), intList(), and SetValid(). |
1.3.2