clipper::Property< T > Class Template Reference
Template for a property holding an arbitrary type.
More...
#include <clipper_memory.h>
List of all members.
|
Public Member Functions |
| Property (const T &val) |
| constructor: takes contents
|
Property_base * | clone () const |
| factory copy method
|
const T & | value () const |
| return value of contents
|
Detailed Description
template<class T>
class clipper::Property< T >
Template for a property holding an arbitrary type.
The documentation for this class was generated from the following file: