Clipper
Public Member Functions
clipper::Property< T > Class Template Reference

Template for a property holding an arbitrary type. More...

#include <clipper_memory.h>

Inheritance diagram for clipper::Property< T >:
clipper::Property_base

List of all members.

Public Member Functions

 Property (const T &val)
 constructor: takes contents
Property_baseclone () 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: