#include <revolve.h>
Public Member Functions | |
| Checkpoint (int s) | |
| void | print_ch (ostream &file) |
| void | print_ord_ch (ostream &file) |
| void | init_ord_ch () |
| ~Checkpoint () | |
Public Attributes | |
| vector< int > | ch |
| vector< int > | ord_ch |
| vector< int > | number_of_writes |
| vector< int > | number_of_reads |
| int | advances |
| int | takeshots |
| int | commands |
All checkpoints are stored in ch and the sequence of inizies can be found in ord_ch.
Definition at line 53 of file revolve.h.
| Checkpoint::Checkpoint | ( | int | s | ) |
| Checkpoint::~Checkpoint | ( | ) |
Definition at line 68 of file revolve.h.
References ch, number_of_reads, number_of_writes, and ord_ch.
| void Checkpoint::print_ch | ( | ostream & | file | ) |
| void Checkpoint::print_ord_ch | ( | ostream & | file | ) |
| vector<int> Checkpoint::ch |
| vector<int> Checkpoint::ord_ch |
Definition at line 60 of file revolve.h.
Referenced by init_ord_ch(), print_ord_ch(), and ~Checkpoint().
| vector<int> Checkpoint::number_of_writes |
Definition at line 61 of file revolve.h.
Referenced by Checkpoint(), Revolve::number_of_writes(), and ~Checkpoint().
| vector<int> Checkpoint::number_of_reads |
Definition at line 62 of file revolve.h.
Referenced by Checkpoint(), Revolve::number_of_reads(), and ~Checkpoint().
Definition at line 67 of file revolve.h.
Referenced by Offline::get_commands(), and Schedule::get_commands().
1.4.7