User Guide
nmodl::details::MethodInfo Class Reference

Information about integration method. More...

Detailed Description

Information about integration method.

Definition at line 121 of file token_mapping.cpp.

Public Member Functions

 MethodInfo ()=default
 
 MethodInfo (int64_t s, int v)
 

Public Attributes

int64_t subtype = 0
 block types where this method will work with More...
 
int variable_timestep = 0
 true if it is a variable timestep method More...
 

Constructor & Destructor Documentation

◆ MethodInfo() [1/2]

nmodl::details::MethodInfo::MethodInfo ( )
default

◆ MethodInfo() [2/2]

nmodl::details::MethodInfo::MethodInfo ( int64_t  s,
int  v 
)
inline

Definition at line 130 of file token_mapping.cpp.

Member Data Documentation

◆ subtype

int64_t nmodl::details::MethodInfo::subtype = 0

block types where this method will work with

Definition at line 123 of file token_mapping.cpp.

◆ variable_timestep

int nmodl::details::MethodInfo::variable_timestep = 0

true if it is a variable timestep method

Definition at line 126 of file token_mapping.cpp.


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