Clipper
|
Template for a property holding an arbitrary type. More...
#include <clipper_memory.h>
Public Member Functions | |
Property (const T &val) | |
constructor: takes contents | |
Property_base * | clone () const |
factory copy method More... | |
const T & | value () const |
return value of contents | |
virtual Property_base * | clone () const =0 |
factory copy method More... | |
Template for a property holding an arbitrary type.
|
inlinevirtual |
factory copy method
Implements clipper::Property_base.