stackint#

#include <Stack.h>

How to cite this class in this doc#

:ref:`stackint <class-stackint>`
[stackint](#class-stackint)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

getBase
int * stackint::getBase()
How to cite in this doc:
:ref:`int * stackint::getBase() <public-int-ptr-stackint-getbase>`
[int * stackint::getBase()](#public-int-ptr-stackint-getbase)
isEmpty
int stackint::isEmpty() const
How to cite in this doc:
:ref:`int stackint::isEmpty() const <public-int-stackint-isempty-const>`
[int stackint::isEmpty() const](#public-int-stackint-isempty-const)
peek
int & stackint::peek()
How to cite in this doc:
:ref:`int & stackint::peek() <public-int-ref-stackint-peek>`
[int & stackint::peek()](#public-int-ref-stackint-peek)
pop
int & stackint::pop()
How to cite in this doc:
:ref:`int & stackint::pop() <public-int-ref-stackint-pop>`
[int & stackint::pop()](#public-int-ref-stackint-pop)
push
int stackint::push(const int &)
How to cite in this doc:
:ref:`int stackint::push(const int &) <public-int-stackint-push-const-int-ref>`
[int stackint::push(const int &)](#public-int-stackint-push-const-int-ref)
stackint
stackint::stackint(const int t=10)
How to cite in this doc:
:ref:`stackint::stackint(const int t=10) <public-stackint-stackint-const-int-t-equal-10>`
[stackint::stackint(const int t=10)](#public-stackint-stackint-const-int-t-equal-10)
~stackint
stackint::~stackint()
How to cite in this doc:
:ref:`stackint::~stackint() <public-stackint-dtor-stackint>`
[stackint::~stackint()](#public-stackint-dtor-stackint)

Attributes Documentation#

base (private)
int* stackint::base
taille (private)
int stackint::taille
top (private)
int* stackint::top