NDataAt Class Reference

Inheritance diagram for NDataAt:

Inheritance graph
[legend]
Collaboration diagram for NDataAt:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 NDataAt (memberVariable)
 DisableEndianTest ()


Detailed Description

This datablock type handles changes for array types of member variables that contain data types that do not need to have prediction and extrapolation. For example char[16]. See the ReplicaNet documentation for more details of this datablock type.

Constructor & Destructor Documentation

NDataAt ( memberVariable   ) 

Use this keyword to define a member variable that is to be used. For example:

		NData mAMemberVariable;

		or

		NData mAMemberVariable
		{
			Reliable();			// Makes the datablock use the reliable method
		}

		This would be used from a C++ member variable of the type:
		char mAMemberVariable[16];

		


Member Function Documentation

DisableEndianTest (  ) 

Use this keyword to disable the endian test for this area of memory. This useful for preserving string data for example.


Generated on Sat Jun 28 22:02:28 2008 for ReplicaNet and RNLobby by  doxygen 1.5.3