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

#include <owl/property.h>

Public Member Functions

 TFuncObjPropertyVarPut (T &var, const TFunctorV1< const T & > put)
 
 ~TFuncObjPropertyVarPut ()
 
T & operator() ()
 
const T & operator() () const
 
 operator T* ()
 
 operator const T & ()
 
T * operator-> ()
 
const T & operator* ()
 
T & operator= (T &t)
 
TFuncObjPropertyVarPut< T > & operator= (const T &t)
 
void operator() (const T &t)
 

Detailed Description

template<class T>
class owl::TFuncObjPropertyVarPut< T >

Definition at line 435 of file property.h.

Constructor & Destructor Documentation

◆ TFuncObjPropertyVarPut()

template<class T >
owl::TFuncObjPropertyVarPut< T >::TFuncObjPropertyVarPut ( T & var,
const TFunctorV1< const T & > put )
inline

Definition at line 437 of file property.h.

◆ ~TFuncObjPropertyVarPut()

Definition at line 439 of file property.h.

Member Function Documentation

◆ operator const T &()

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

Definition at line 446 of file property.h.

◆ operator T*()

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

Definition at line 445 of file property.h.

◆ operator()() [1/3]

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

Definition at line 443 of file property.h.

◆ operator()() [2/3]

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

Definition at line 444 of file property.h.

◆ operator()() [3/3]

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

Definition at line 454 of file property.h.

◆ operator*()

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

Definition at line 448 of file property.h.

◆ operator->()

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

Definition at line 447 of file property.h.

◆ operator=() [1/2]

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

Definition at line 453 of file property.h.

◆ operator=() [2/2]

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

Definition at line 452 of file property.h.


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