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

#include <owl/property.h>

Public Member Functions

 TFuncPropertyIdx (const TFunctor1< T, int > get, const TFunctorV2< int, T > put)
 
 ~TFuncPropertyIdx ()
 
operator() () const
 
 operator T ()
 
void operator() (const T &t)
 
TFuncPropertyIdx< T, index > & operator= (const T &t)
 

Detailed Description

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

Definition at line 542 of file property.h.

Constructor & Destructor Documentation

◆ TFuncPropertyIdx()

template<class T , int index>
owl::TFuncPropertyIdx< T, index >::TFuncPropertyIdx ( const TFunctor1< T, int > get,
const TFunctorV2< int, T > put )
inline

Definition at line 544 of file property.h.

◆ ~TFuncPropertyIdx()

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

Definition at line 547 of file property.h.

Member Function Documentation

◆ operator T()

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

Definition at line 551 of file property.h.

◆ operator()() [1/2]

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

Definition at line 550 of file property.h.

◆ operator()() [2/2]

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

Definition at line 553 of file property.h.

◆ operator=()

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

Definition at line 554 of file property.h.


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