GraphTool  1.0
Tool for analyzing and graphically visualizing code dependencies for Ericsson.
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | Public Attributes | List of all members
Copier< SetType > Struct Template Reference

#include <defines.h>

Public Member Functions

 Copier (SetType &st)
 
template<typename T >
void operator() (T *original)
 

Public Attributes

SetType & set
 

Detailed Description

template<typename SetType>
struct Copier< SetType >

Copier is used to perform deep copies in STL datastructures which store pointers. It expects the set to provide insert and an iterator.


The documentation for this struct was generated from the following file: