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

#include <owl/property.h>

Public Member Functions

 TFuncObjPropertyGet (const TFunctor0< T & > get)
 
 ~TFuncObjPropertyGet ()
 
T & operator() ()
 
const T & operator() () const
 
 operator T* ()
 
 operator const T & ()
 
T * operator-> ()
 
const T & operator* ()
 

Detailed Description

template<class T>
class owl::TFuncObjPropertyGet< T >

Definition at line 353 of file property.h.

Constructor & Destructor Documentation

◆ TFuncObjPropertyGet()

template<class T >
owl::TFuncObjPropertyGet< T >::TFuncObjPropertyGet ( const TFunctor0< T & > get)
inline

Definition at line 355 of file property.h.

◆ ~TFuncObjPropertyGet()

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

Definition at line 356 of file property.h.

Member Function Documentation

◆ operator const T &()

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

Definition at line 362 of file property.h.

◆ operator T*()

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

Definition at line 361 of file property.h.

◆ operator()() [1/2]

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

Definition at line 359 of file property.h.

◆ operator()() [2/2]

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

Definition at line 360 of file property.h.

◆ operator*()

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

Definition at line 364 of file property.h.

◆ operator->()

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

Definition at line 363 of file property.h.


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