7#ifndef __PDEBUGVECTOR_H_IMPL__
8#define __PDEBUGVECTOR_H_IMPL__
27 :std::vector<T>(other)
41 std::vector<T>::push_back(value);
Class which eases the use of a std::vector for debugging purpose.
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.