ORIGINAL
Loading...
Searching...
No Matches
cloneable.h File Reference

Abstract base class for cloneable objects. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::baseCloneable< DERIVED >
 Base class that defines a cloneable interface. More...
 
class  original::cloneable
 Concrete cloneable class with custom cloning behavior. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Abstract base class for cloneable objects.

Provides functionality for cloning derived objects using the "Prototype" design pattern.