The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
replay_network_sender Class Reference

#include <replay.hpp>

Public Member Functions

 replay_network_sender (replay &obj)
 
 ~replay_network_sender ()
 
void sync_non_undoable ()
 
void commit_and_sync ()
 

Private Attributes

replayobj_
 
int upto_
 

Detailed Description

Definition at line 167 of file replay.hpp.

Constructor & Destructor Documentation

◆ replay_network_sender()

replay_network_sender::replay_network_sender ( replay obj)

Definition at line 903 of file replay.cpp.

◆ ~replay_network_sender()

replay_network_sender::~replay_network_sender ( )

Definition at line 907 of file replay.cpp.

References commit_and_sync().

Member Function Documentation

◆ commit_and_sync()

void replay_network_sender::commit_and_sync ( )

◆ sync_non_undoable()

void replay_network_sender::sync_non_undoable ( )

Member Data Documentation

◆ obj_

replay& replay_network_sender::obj_
private

Definition at line 176 of file replay.hpp.

Referenced by commit_and_sync(), and sync_non_undoable().

◆ upto_

int replay_network_sender::upto_
private

Definition at line 177 of file replay.hpp.

Referenced by commit_and_sync(), and sync_non_undoable().


The documentation for this class was generated from the following files: