Public Member Functions | |
NData (memberVariable) | |
DisableEndianTest () |
|
Use this keyword to define a member variable that is to be used. For example: NData mAnIntMemberVariable or NData mAnIntMemberVariable { Reliable(); // Makes the datablock use the reliable method } |
|
Use this keyword to disable the endian test for this area of memory. This useful for preserving string data for example. |