Variable SimpleStack.data

struct SimpleStack
{
  // ...
  T* data ;
  // ...
}