-
Notifications
You must be signed in to change notification settings - Fork 7
::RD
LB-- edited this page Nov 7, 2012
·
1 revision
This class is the Run Data structure as used by MMF2. It is handled internally by EDIF and you should not modify it, however you have access to it for the rc, rm, rs, and rv pointers, which are non-null depending on the OEFLAGS you define.
struct | RD | ::RD |
---|---|---|
Signature | Name | Fully Qualified Name |
::headerObject | rHo | ::RD::rHo |
char[] | r | ::RD::r |
::rCom * | rc | ::RD::rc |
::rMvt * | rm | ::RD::rm |
::rSpr * | rs | ::RD::rs |
::rVal * | rv | ::RD::rv |
::Extension * | pExtension | ::RD::pExtension |