|
svMultiPhysics
|
Public Attributes | |
| int | maxN = 0 |
| Maximum length of the stack. | |
| int | n = 0 |
| Current size of stack. | |
| Vector< int > | v |
| Values inside stack. | |
| int utils::stackType::maxN = 0 |
Maximum length of the stack.
| int utils::stackType::n = 0 |
Current size of stack.
| Vector<int> utils::stackType::v |
Values inside stack.