Antares Simulator
Power System Simulator
|
Public Member Functions | |
FullKey (const std::string &component, const std::string &variable) | |
FullKey (const std::string &component, const std::string &variable, unsigned int scenario, unsigned int timestep) | |
const PartialKey & | getPartialKey () const |
const std::string & | getComponent () const |
const std::string & | getVariable () const |
std::optional< unsigned int > | getScenario () const |
std::optional< unsigned int > | getTimestep () const |
auto | operator<=> (const FullKey &) const =default |