HAN-FUN API  1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
HF::Common::Cloneable< T > Struct Template Referenceabstract

This class represents the interface that cloneable objects need to implement. More...

#include <common.h>

+ Collaboration diagram for HF::Common::Cloneable< T >:

Public Member Functions

virtual T * clone () const =0
 Create a clone object of the object where this method is being called. More...
 

Detailed Description

template<typename T>
struct HF::Common::Cloneable< T >

This class represents the interface that cloneable objects need to implement.

Definition at line 1094 of file inc/hanfun/common.h.

Member Function Documentation

◆ clone()


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