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

#include <owl/property.h>

Public Member Functions

 TConstProperty (const T &t)
 
 ~TConstProperty ()
 
operator() ()
 
const T operator() () const
 
 operator T ()
 

Detailed Description

template<class T>
class owl::TConstProperty< T >

Definition at line 102 of file property.h.

Constructor & Destructor Documentation

◆ TConstProperty()

template<class T >
owl::TConstProperty< T >::TConstProperty ( const T & t)
inline

Definition at line 106 of file property.h.

◆ ~TConstProperty()

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

Definition at line 107 of file property.h.

Member Function Documentation

◆ operator T()

template<class T >
owl::TConstProperty< T >::operator T ( )
inline

Definition at line 115 of file property.h.

◆ operator()() [1/2]

template<class T >
T owl::TConstProperty< T >::operator() ( )
inline

Definition at line 112 of file property.h.

◆ operator()() [2/2]

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

Definition at line 113 of file property.h.


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