#include <tandem.h>
◆ tandem()
      
        
          | tandem::tandem  | 
          ( | 
          std::vector< station >  | 
          temp | ) | 
           | 
        
      
 
 
◆ add_customer_to_system()
      
        
          | void tandem::add_customer_to_system  | 
          ( | 
          float  | 
          t,  | 
        
        
           | 
           | 
          int  | 
          arriving_customer  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ departure_updates()
      
        
          | void tandem::departure_updates  | 
          ( | 
          int  | 
          station_index,  | 
        
        
           | 
           | 
          float  | 
          t  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ dump_counter_variable_memory()
      
        
          | void tandem::dump_counter_variable_memory  | 
          ( | 
          std::string  | 
          file_name = "data_system" | ) | 
           | 
        
      
 
 
◆ find_least_dep_time()
      
        
          | std::tuple< int, float > tandem::find_least_dep_time  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ initialize_CSV()
      
        
          | void tandem::initialize_CSV  | 
          ( | 
          std::string  | 
          file_name = "data_system" | ) | 
           | 
        
      
 
 
◆ logger()
      
        
          | void tandem::logger  | 
          ( | 
          float  | 
          t | ) | 
           | 
        
      
 
 
◆ print_system_status()
      
        
          | void tandem::print_system_status  | 
          ( | 
          float  | 
          t | ) | 
           | 
        
      
 
 
◆ server_updates()
      
        
          | void tandem::server_updates  | 
          ( | 
          float  | 
          t | ) | 
           | 
        
      
 
 
◆ write_to_csv()
      
        
          | void tandem::write_to_csv  | 
          ( | 
          std::string  | 
          tandem_name = "data_system" | ) | 
           | 
        
      
 
 
◆ number_of_station
  
  
      
        
          | int tandem::number_of_station | 
         
       
   | 
  
private   | 
  
 
 
◆ station_list
  
  
      
        
          | std::vector<station> tandem::station_list | 
         
       
   | 
  
private   | 
  
 
 
◆ system_counter_variable
  
  
      
        
          | std::vector<std::tuple<int, float, int,std::vector<std::tuple<int,int,int> >, float, float> > tandem::system_counter_variable | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: