Lumiera  0.pre.03
»edit your freedom«
CopyInterface Class Reference

Description

Interface for the Virtual copy operations.

Remarks
we define this explicitly here for the tests solely. In real use, you'd just mix in VirtualCopySupportInterface. But since we want to verify the text fixture in isolation, we use here empty base implementations instead of pure virtual functions, so we can always instantiate all test classes.

Definition at line 67 of file virtual-copy-support-test.cpp.

Public Member Functions

virtual void copyInto (void *) const
 
virtual void copyInto (Interface &) const
 
virtual void moveInto (void *)
 
virtual void moveInto (Interface &)
 
+ Inheritance diagram for CopyInterface:
+ Collaboration diagram for CopyInterface:

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