gem5  v22.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 Thu Jun 16 2022 10:42:21 for gem5 by doxygen 1.8.17