![]() |
|
PhoenixDebug
1.0.0
Tool to ease debugging
|
Class which eases the use of a std::vector for debugging purpose. More...
#include <PDebugVector.h>
Inheritance diagram for PDebugVector< T >:
Collaboration diagram for PDebugVector< T >:Public Member Functions | |
| PDebugVector & | operator<< (const T &value) |
| Definition of the << operator to push back some value. | |
| PDebugVector () | |
| Default constructor of PDebugVector. | |
| PDebugVector (const PDebugVector< T > &other) | |
| Copy constructor of PDebugVector. | |
| virtual | ~PDebugVector () |
| Destructor of PDebugVector. | |
Private Member Functions | |
| void | initialisationPDebugVector () |
| Initialisation function of the class PDebugVector. | |
Class which eases the use of a std::vector for debugging purpose.
Definition at line 14 of file PDebugVector.h.
| PDebugVector< T >::PDebugVector | ( | ) |
Default constructor of PDebugVector.
Definition at line 16 of file PDebugVector_impl.h.
References initialisationPDebugVector().
Referenced by PDebugVector().
Here is the call graph for this function:
Here is the caller graph for this function:| PDebugVector< T >::PDebugVector | ( | const PDebugVector< T > & | other | ) |
Copy constructor of PDebugVector.
| other | : class to copy |
Definition at line 26 of file PDebugVector_impl.h.
References PDebugVector().
Here is the call graph for this function:
|
virtual |
|
private |
Initialisation function of the class PDebugVector.
Definition at line 47 of file PDebugVector_impl.h.
Referenced by PDebugVector().
Here is the caller graph for this function:| PDebugVector< T > & PDebugVector< T >::operator<< | ( | const T & | value | ) |
Definition of the << operator to push back some value.
Definition at line 34 of file PDebugVector_impl.h.