applyState abstract method
void
applyState()
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
Implementation
void applyState();
Function used in making a copy of the current state of an object to be implemented elsewhere in code.
void applyState();