stackint#

#include <Stack.h>
Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

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

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

getBase#

Definition
int * stackint::getBase()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int * stackint::getBase() <stackint-public-int-ptr-stackint-getbase>`
[int * stackint::getBase()](#stackint-public-int-ptr-stackint-getbase)

isEmpty#

Definition
int stackint::isEmpty() const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int stackint::isEmpty() const <stackint-public-int-stackint-isempty-const>`
[int stackint::isEmpty() const](#stackint-public-int-stackint-isempty-const)

peek#

Definition
int & stackint::peek()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int & stackint::peek() <stackint-public-int-ref-stackint-peek>`
[int & stackint::peek()](#stackint-public-int-ref-stackint-peek)

pop#

Definition
int & stackint::pop()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int & stackint::pop() <stackint-public-int-ref-stackint-pop>`
[int & stackint::pop()](#stackint-public-int-ref-stackint-pop)

push#

Definition
int stackint::push(const int &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int stackint::push(const int &) <stackint-public-int-stackint-push-const-int-ref>`
[int stackint::push(const int &)](#stackint-public-int-stackint-push-const-int-ref)

stackint#

Definition
stackint::stackint(const int t=10)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`stackint::stackint(const int t=10) <stackint-public-stackint-stackint-const-int-t-equal-10>`
[stackint::stackint(const int t=10)](#stackint-public-stackint-stackint-const-int-t-equal-10)

~stackint#

Definition
stackint::~stackint()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`stackint::~stackint() <stackint-public-stackint-dtor-stackint>`
[stackint::~stackint()](#stackint-public-stackint-dtor-stackint)

Attributes Documentation#

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