Variable SimpleStack.index

struct SimpleStack
{
  // ...
  size_t index ;
  // ...
}