#include <map>
#include <string>
#include "plerror.h"
Include dependency graph for CopiesMap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
Defines | |
#define | NODEEPCOPY(TYPE) |
Macro to define deep copy for types that actually do not require any deep copy (such as int, real, etc.). |
|
Value: Macro to define deep copy for types that actually do not require any deep copy (such as int, real, etc.). Since the copy constructor of an array does copy the content of its storage, deep copying an array of such types is not necessary either. Definition at line 14 of file CopiesMap.h. |