pstackPNode#
#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:`pstackPNode <class-pstackpnode>`
[pstackPNode](#class-pstackpnode)
Detailed description#
List of Public Methods#
Complete Member Function Documentation#
getBase#
PNode ** pstackPNode::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:`PNode ** pstackPNode::getBase() <pstackpnode-public-pnode-ptr-ptr-pstackpnode-getbase>`
[PNode ** pstackPNode::getBase()](#pstackpnode-public-pnode-ptr-ptr-pstackpnode-getbase)
isEmpty#
int pstackPNode::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 pstackPNode::isEmpty() const <pstackpnode-public-int-pstackpnode-isempty-const>`
[int pstackPNode::isEmpty() const](#pstackpnode-public-int-pstackpnode-isempty-const)
peek#
PNode *& pstackPNode::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:`PNode *& pstackPNode::peek() <pstackpnode-public-pnode-ptr-ref-pstackpnode-peek>`
[PNode *& pstackPNode::peek()](#pstackpnode-public-pnode-ptr-ref-pstackpnode-peek)
pop#
PNode *& pstackPNode::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:`PNode *& pstackPNode::pop() <pstackpnode-public-pnode-ptr-ref-pstackpnode-pop>`
[PNode *& pstackPNode::pop()](#pstackpnode-public-pnode-ptr-ref-pstackpnode-pop)
pstackPNode#
pstackPNode::pstackPNode(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:`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#
int pstackPNode::push(PNode *&)
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#
pstackPNode::~pstackPNode()
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#
PNode** pstackPNode::base
int pstackPNode::taille
PNode** pstackPNode::top