7#ifndef __PDEBUGVECTOR_H__
8#define __PDEBUGVECTOR_H__
void initialisationPDebugVector()
Initialisation function of the class PDebugVector.
PDebugVector & operator<<(const T &value)
Definition of the << operator to push back some value.
virtual ~PDebugVector()
Destructor of PDebugVector.
PDebugVector()
Default constructor of PDebugVector.