Scheduler Sim
A CPU Scheduling Algorithm Simulator in C++.
Loading...
Searching...
No Matches
process.hpp File Reference
#include <iostream>
#include <string>
#include <memory>
Include dependency graph for process.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  Process
 

Typedefs

typedef long long time_unit
 

Functions

int compareArrivalTime (const std::unique_ptr< Process > &a, const std::unique_ptr< Process > &b)
 
std::ostream & operator<< (std::ostream &os, const Process &process)
 

Typedef Documentation

◆ time_unit

typedef long long time_unit

Function Documentation

◆ compareArrivalTime()

int compareArrivalTime ( const std::unique_ptr< Process > &  a,
const std::unique_ptr< Process > &  b 
)

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const Process process 
)