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

#include <owl/property.h>

Public Member Functions

 TFuncObjPropertyIdxGet (const TFunctor1< T &, int > get)
 
 ~TFuncObjPropertyIdxGet ()
 
T & operator() ()
 
const T & operator() () const
 
 operator T* ()
 
 operator const T & ()
 
T * operator-> ()
 
const T & operator* ()
 

Detailed Description

template<class T, int index>
class owl::TFuncObjPropertyIdxGet< T, index >

Definition at line 484 of file property.h.

Constructor & Destructor Documentation

◆ TFuncObjPropertyIdxGet()

template<class T , int index>
owl::TFuncObjPropertyIdxGet< T, index >::TFuncObjPropertyIdxGet ( const TFunctor1< T &, int > get)
inline

Definition at line 486 of file property.h.

◆ ~TFuncObjPropertyIdxGet()

template<class T , int index>
owl::TFuncObjPropertyIdxGet< T, index >::~TFuncObjPropertyIdxGet ( )
inline

Definition at line 487 of file property.h.

Member Function Documentation

◆ operator const T &()

template<class T , int index>
owl::TFuncObjPropertyIdxGet< T, index >::operator const T & ( )
inline

Definition at line 493 of file property.h.

◆ operator T*()

template<class T , int index>
owl::TFuncObjPropertyIdxGet< T, index >::operator T* ( )
inline

Definition at line 492 of file property.h.

◆ operator()() [1/2]

template<class T , int index>
T & owl::TFuncObjPropertyIdxGet< T, index >::operator() ( )
inline

Definition at line 490 of file property.h.

◆ operator()() [2/2]

template<class T , int index>
const T & owl::TFuncObjPropertyIdxGet< T, index >::operator() ( ) const
inline

Definition at line 491 of file property.h.

◆ operator*()

template<class T , int index>
const T & owl::TFuncObjPropertyIdxGet< T, index >::operator* ( )
inline

Definition at line 495 of file property.h.

◆ operator->()

template<class T , int index>
T * owl::TFuncObjPropertyIdxGet< T, index >::operator-> ( )
inline

Definition at line 494 of file property.h.


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