|
enum | {
IncludeDatasets = 1 << 0,
ForceDirty = 1 << 1,
Authoritative = 1 << 2,
Reliable = 1 << 3,
IncludeCtorData = 1 << 4,
OmitUnmodified = 1 << 5,
ForceReliable = 1 << 6,
None = 0,
NewProxy = IncludeDatasets | OmitUnmodified | Authoritative | Reliable | ForceReliable,
FullSync = IncludeDatasets | ForceDirty | Authoritative | Reliable | ForceReliable
} |
|
The documentation for this struct was generated from the following file:
- Code/Framework/GridMate/GridMate/Replica/ReplicaDefs.h