CIRCT  19.0.0git
Public Member Functions | Public Attributes | List of all members
esi::AppID Struct Reference

#include <Common.h>

Collaboration diagram for esi::AppID:
Collaboration graph
[legend]

Public Member Functions

 AppID (const AppID &)=default
 
 AppID (const std::string &name, std::optional< uint32_t > idx=std::nullopt)
 
bool operator== (const AppID &other) const
 
bool operator!= (const AppID &other) const
 

Public Attributes

std::string name
 
std::optional< uint32_t > idx
 

Detailed Description

Definition at line 33 of file Common.h.

Constructor & Destructor Documentation

◆ AppID() [1/2]

esi::AppID::AppID ( const AppID )
default

◆ AppID() [2/2]

esi::AppID::AppID ( const std::string &  name,
std::optional< uint32_t >  idx = std::nullopt 
)
inline

Definition at line 38 of file Common.h.

Member Function Documentation

◆ operator!=()

bool esi::AppID::operator!= ( const AppID other) const
inline

Definition at line 44 of file Common.h.

◆ operator==()

bool esi::AppID::operator== ( const AppID other) const
inline

Definition at line 41 of file Common.h.

References idx, and name.

Member Data Documentation

◆ idx

std::optional<uint32_t> esi::AppID::idx

Definition at line 35 of file Common.h.

Referenced by esi::operator<(), and operator==().

◆ name

std::string esi::AppID::name

Definition at line 34 of file Common.h.

Referenced by esi::operator<(), and operator==().


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