pstackPNode#

#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:`pstackPNode <class-pstackpnode>`
[pstackPNode](#class-pstackpnode)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

getBase#

Definition
PNode ** pstackPNode::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:`PNode ** pstackPNode::getBase() <pstackpnode-public-pnode-ptr-ptr-pstackpnode-getbase>`
[PNode ** pstackPNode::getBase()](#pstackpnode-public-pnode-ptr-ptr-pstackpnode-getbase)

isEmpty#

Definition
int pstackPNode::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 pstackPNode::isEmpty() const <pstackpnode-public-int-pstackpnode-isempty-const>`
[int pstackPNode::isEmpty() const](#pstackpnode-public-int-pstackpnode-isempty-const)

peek#

Definition
PNode *& pstackPNode::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:`PNode *& pstackPNode::peek() <pstackpnode-public-pnode-ptr-ref-pstackpnode-peek>`
[PNode *& pstackPNode::peek()](#pstackpnode-public-pnode-ptr-ref-pstackpnode-peek)

pop#

Definition
PNode *& pstackPNode::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:`PNode *& pstackPNode::pop() <pstackpnode-public-pnode-ptr-ref-pstackpnode-pop>`
[PNode *& pstackPNode::pop()](#pstackpnode-public-pnode-ptr-ref-pstackpnode-pop)

pstackPNode#

Definition
pstackPNode::pstackPNode(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:`pstackPNode::pstackPNode(const int t=10) <pstackpnode-public-pstackpnode-pstackpnode-const-int-t-equal-10>`
[pstackPNode::pstackPNode(const int t=10)](#pstackpnode-public-pstackpnode-pstackpnode-const-int-t-equal-10)

push#

Definition
int pstackPNode::push(PNode *&)
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 pstackPNode::push(PNode *&) <pstackpnode-public-int-pstackpnode-push-pnode-ptr-ref>`
[int pstackPNode::push(PNode *&)](#pstackpnode-public-int-pstackpnode-push-pnode-ptr-ref)

~pstackPNode#

Definition
pstackPNode::~pstackPNode()
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:`pstackPNode::~pstackPNode() <pstackpnode-public-pstackpnode-dtor-pstackpnode>`
[pstackPNode::~pstackPNode()](#pstackpnode-public-pstackpnode-dtor-pstackpnode)

Attributes Documentation#

base (private)
PNode** pstackPNode::base
taille (private)
int pstackPNode::taille
top (private)
PNode** pstackPNode::top