| 69 | |
| 70 | |
| 71 | DcmStack::DcmStack() |
| 72 | { |
| 73 | Bdebug((6, "dcstack:DcmStack::DcmStack()" )); |
| 74 | debug(( 8, "Object pointer this=0x%p", this )); |
| 75 | |
| 76 | topNode = (DcmStackNode*)NULL; |
| 77 | cardinality = 0; |
| 78 | Edebug(()); |
| 79 | |
| 80 | } |
| 81 | |
| 82 | |
| 83 | // ************************************************ |
nothing calls this directly
no outgoing calls
no test coverage detected