CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
carta::CacheId Struct Reference

#include <RequirementsCache.h>

Collaboration diagram for carta::CacheId:
[legend]

Public Member Functions

 CacheId ()
 
 CacheId (int file, int region, int stokes, int channel=-1)
 
bool operator== (const CacheId &rhs) const
 

Public Attributes

int file_id
 
int region_id
 
int stokes
 
int channel
 

Constructor & Destructor Documentation

◆ CacheId() [1/2]

carta::CacheId::CacheId ( )
inline

◆ CacheId() [2/2]

carta::CacheId::CacheId ( int  file,
int  region,
int  stokes,
int  channel = -1 
)
inline

Member Function Documentation

◆ operator==()

bool carta::CacheId::operator== ( const CacheId rhs) const
inline

Member Data Documentation

◆ channel

int carta::CacheId::channel

◆ file_id

int carta::CacheId::file_id

◆ region_id

int carta::CacheId::region_id

◆ stokes

int carta::CacheId::stokes

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