gem5  v20.1.0.0
Public Member Functions | Public Attributes | Friends | List of all members
rgb_t Struct Reference

#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)
 

Detailed Description

Definition at line 40 of file rgb.h.

Member Function Documentation

◆ operator==() [1/2]

bool rgb_t::operator== ( const rgb_t rhs) const
inline

Definition at line 75 of file rgb.h.

◆ operator==() [2/2]

bool rgb_t::operator== ( const rgb_t rhs) const
inline

Definition at line 76 of file rgb.h.

Friends And Related Function Documentation

◆ operator<<

ostream& operator<< ( ostream &  os,
struct rgb_t r 
)
friend

Member Data Documentation

◆ blue

unsigned rgb_t::blue

Definition at line 74 of file rgb.h.

◆ green

unsigned rgb_t::green

Definition at line 73 of file rgb.h.

◆ red

unsigned rgb_t::red

Definition at line 72 of file rgb.h.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:30 for gem5 by doxygen 1.8.17