#include <cmxexdc.h>
Inheritance diagram for CMXReferListItemOffset:

Public Member Functions | |
| CMXReferListItemOffset (CMXExportDC *pDC) | |
| constructs the refer list item by getting the offset | |
Protected Attributes | |
| INT32 | Offset |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (CMXReferListItemOffset) | |
Definition at line 469 of file cmxexdc.h.
|
|
constructs the refer list item by getting the offset
Definition at line 381 of file cmxexdc.cpp. 00382 : CMXReferListItem(pDC) 00383 { 00384 Offset = pDC->GetFilePosition(); // will throw an exception if it goes wrong 00385 }
|
|
|
|
|
|
|
1.4.4