![]()  | 
  
    User Guide
    
   | 
 
Represent semantic information for index variable. More...
Represent semantic information for index variable.
Definition at line 270 of file codegen_info.hpp.
#include <codegen_info.hpp>
Public Member Functions | |
| IndexSemantics ()=delete | |
| IndexSemantics (int index, std::string name, int size) | |
Public Attributes | |
| int | index | 
| start position in the int array  More... | |
| std::string | name | 
| name/type of the variable (i.e. semantics)  More... | |
| int | size | 
| number of elements (typically one)  More... | |
      
  | 
  delete | 
      
  | 
  inline | 
Definition at line 281 of file codegen_info.hpp.
| int nmodl::codegen::IndexSemantics::index | 
start position in the int array
Definition at line 272 of file codegen_info.hpp.
| std::string nmodl::codegen::IndexSemantics::name | 
name/type of the variable (i.e. semantics)
Definition at line 275 of file codegen_info.hpp.
| int nmodl::codegen::IndexSemantics::size | 
number of elements (typically one)
Definition at line 278 of file codegen_info.hpp.