Inferno  0.2
clone.hpp File Reference
#include "common/common.hpp"
Include dependency graph for clone.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cloner

Defines

#define CLONE_FUNCTION

Define Documentation

#define CLONE_FUNCTION
Value:
virtual shared_ptr<Cloner> Clone() const  \
    { \
        return Cloner::CloneStatic(this); \
    }

Definition at line 28 of file clone.hpp.