stackint#
#include <Stack.h>
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#
int * stackint::getBase()
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#
int stackint::isEmpty() const
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#
int & stackint::peek()
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#
int & stackint::pop()
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#
int stackint::push(const int &)
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#
stackint::stackint(const int t=10)
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#
stackint::~stackint()
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#
int* stackint::base
int stackint::taille
int* stackint::top