    

 ## On this page

  

 

 # sysc::IntegerAttribute Class Reference

 Last update: 17.07.2025 

Provide a class for an integer-valued attribute. [More...](classsysc_1_1IntegerAttribute.xhtml#details)

`#include <<a class="el" href="Attribute_8hpp_source.xhtml">Attribute.hpp</a>>`

## <a id="pub-methods" name="pub-methods"></a>Public Member Functions

 [IntegerAttribute](classsysc_1_1IntegerAttribute.xhtml#afb0787aba682b1564ca5b23d506b264c) ([AttributeName](group__SystemCouplingParticipantAPIs.xhtml#gadb06eacf4ed0787d18e8ddbf0612c83c) name, std::int64\_t value) Provide a constructor for the [IntegerAttribute](classsysc_1_1IntegerAttribute.xhtml "Provide a class for an integer-valued attribute.") class. [More...](classsysc_1_1IntegerAttribute.xhtml#afb0787aba682b1564ca5b23d506b264c)  
 <a id="add95f971ab6a6864b765b1a1fd7b4e37" name="add95f971ab6a6864b765b1a1fd7b4e37"></a>const [AttributeName](group__SystemCouplingParticipantAPIs.xhtml#gadb06eacf4ed0787d18e8ddbf0612c83c) &amp; **getName** () const noexcept <a id="a7988b7e0be9211f02cc9c2c27222bddd" name="a7988b7e0be9211f02cc9c2c27222bddd"></a>std::int64\_t **getValue** () const noexcept <a id="details" name="details"></a>## Detailed Description

Provide a class for an integer-valued attribute.

Definition at line [61](Attribute_8hpp_source.xhtml#l00061) of file [Attribute.hpp](Attribute_8hpp_source.xhtml).



## Constructor &amp; Destructor Documentation

<a id="afb0787aba682b1564ca5b23d506b264c" name="afb0787aba682b1564ca5b23d506b264c"></a>## [◆ ](#afb0787aba682b1564ca5b23d506b264c)IntegerAttribute()

 sysc::IntegerAttribute::IntegerAttribute  ( [AttributeName](group__SystemCouplingParticipantAPIs.xhtml#gadb06eacf4ed0787d18e8ddbf0612c83c)  *name*,    std::int64\_t  *value*   ) 

Provide a constructor for the [IntegerAttribute](classsysc_1_1IntegerAttribute.xhtml "Provide a class for an integer-valued attribute.") class.

Parameters \[in\]name- attribute name.\[in\]value- attribute value.