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

#include <owl/property.h>

Public Member Functions

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

Detailed Description

template<class T>
class owl::TFuncObjProperty< T >

Definition at line 303 of file property.h.

Constructor & Destructor Documentation

◆ TFuncObjProperty()

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

Definition at line 305 of file property.h.

◆ ~TFuncObjProperty()

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

Definition at line 307 of file property.h.

Member Function Documentation

◆ operator const T &()

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

Definition at line 312 of file property.h.

◆ operator T*()

template<class T >
owl::TFuncObjProperty< T >::operator T* ( )
inline

Definition at line 311 of file property.h.

◆ operator()() [1/2]

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

Definition at line 321 of file property.h.

◆ operator()() [2/2]

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

Definition at line 322 of file property.h.

◆ operator*()

template<class T >
const T & owl::TFuncObjProperty< T >::operator* ( )
inline

Definition at line 314 of file property.h.

◆ operator->()

template<class T >
T * owl::TFuncObjProperty< T >::operator-> ( )
inline

Definition at line 313 of file property.h.

◆ operator=() [1/2]

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

Definition at line 319 of file property.h.

◆ operator=() [2/2]

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

Definition at line 318 of file property.h.


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