OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TFuncProperty< T > Class Template Reference

#include <owl/property.h>

Public Member Functions

 TFuncProperty (const TFunctor0< T > get, const TFunctorV1< T > put)
 
 ~TFuncProperty ()
 
operator() () const
 
 operator T ()
 
void operator() (const T &t)
 
TFuncProperty< T > & operator= (const T &t)
 

Detailed Description

template<class T>
class owl::TFuncProperty< T >

Definition at line 279 of file property.h.

Constructor & Destructor Documentation

◆ TFuncProperty()

template<class T >
owl::TFuncProperty< T >::TFuncProperty ( const TFunctor0< T > get,
const TFunctorV1< T > put )
inline

Definition at line 281 of file property.h.

◆ ~TFuncProperty()

template<class T >
owl::TFuncProperty< T >::~TFuncProperty ( )
inline

Definition at line 283 of file property.h.

Member Function Documentation

◆ operator T()

template<class T >
owl::TFuncProperty< T >::operator T ( )
inline

Definition at line 287 of file property.h.

◆ operator()() [1/2]

template<class T >
T owl::TFuncProperty< T >::operator() ( ) const
inline

Definition at line 286 of file property.h.

◆ operator()() [2/2]

template<class T >
void owl::TFuncProperty< T >::operator() ( const T & t)
inline

Definition at line 288 of file property.h.

◆ operator=()

template<class T >
TFuncProperty< T > & owl::TFuncProperty< T >::operator= ( const T & t)
inline

Definition at line 289 of file property.h.


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