Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
clonable.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <memory>
#include "elementa/base/exceptions.h"
Include dependency graph for clonable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  elementa::patterns::Clonable
 Any class derived from this base class must be clonable. More...
 
class  elementa::patterns::ClonableShared< C >
 Any class derived from this must be clonable. More...