gem5
v19.0.0.0
|
#include <rgb.h>
Public Member Functions | |
bool | operator== (const rgb_t &rhs) const |
bool | operator== (const rgb_t &rhs) const |
Public Attributes | |
unsigned | red |
unsigned | green |
unsigned | blue |
Friends | |
ostream & | operator<< (ostream &os, struct rgb_t &r) |
|
inline |
|
inline |
Definition at line 45 of file rgb.h.
References blue, green, operator<<, X86ISA::os, MipsISA::r, and red.
|
friend |
Referenced by operator==().
unsigned rgb_t::blue |
Definition at line 43 of file rgb.h.
Referenced by operator<<(), and operator==().
unsigned rgb_t::green |
Definition at line 42 of file rgb.h.
Referenced by operator<<(), and operator==().
unsigned rgb_t::red |
Definition at line 41 of file rgb.h.
Referenced by operator<<(), and operator==().