GraphTool
1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
|
#include <defines.h>
Public Member Functions | |
Copier (SetType &st) | |
template<typename T > | |
void | operator() (T *original) |
Public Attributes | |
SetType & | set |
Copier is used to perform deep copies in STL datastructures which store pointers. It expects the set to provide insert and an iterator.