sysc::IntegerAttribute Class Reference Last update: 17.07.2025 Provide a class for an integer-valued attribute. More... #include <Attribute.hpp> Public Member Functions IntegerAttribute (AttributeName name, std::int64_t value) Provide a constructor for the IntegerAttribute class. const AttributeName & getName () const noexcept std::int64_t getValue () const noexcept Detailed Description Provide a class for an integer-valued attribute. Definition at line 61 of file Attribute.hpp. Constructor & Destructor Documentation ◆ IntegerAttribute() sysc::IntegerAttribute::IntegerAttribute ( AttributeName name, std::int64_t value ) Provide a constructor for the IntegerAttribute class. Parameters [in]name- attribute name.[in]value- attribute value.