aboutsummaryrefslogtreecommitdiffstats
path: root/native/include/res_io.h
blob: 0be3c327b4eeb64208eec9569e48481ece108ab5 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef RES_IO_H
#define RES_IO_H

std::ostream& operator<<(std::ostream &os, const RequestBound &rb);
std::ostream& operator<<(std::ostream &os, const TaskInfo &ti);
std::ostream& operator<<(std::ostream &os, const ResourceSharingInfo &rsi);

#endif