svFSIplus
Public Attributes | List of all members
utils::stackType Class Reference

Public Attributes

int maxN = 0
 Maximum length of the stack. More...
 
int n = 0
 Current size of stack. More...
 
Vector< int > v
 Values inside stack. More...
 

Member Data Documentation

◆ maxN

int utils::stackType::maxN = 0

Maximum length of the stack.

◆ n

int utils::stackType::n = 0

Current size of stack.

◆ v

Vector<int> utils::stackType::v

Values inside stack.


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