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

Read only Property container for object. More...

#include <owl/property.h>

Public Member Functions

 TConstObjProperty (const T &t)
 
 ~TConstObjProperty ()
 
T & operator() ()
 
const T & operator() () const
 
 operator T* ()
 
 operator const T & ()
 
T * operator-> ()
 
const T & operator* ()
 

Detailed Description

template<class T>
class owl::TConstObjProperty< T >

Read only Property container for object.

Definition at line 164 of file property.h.

Constructor & Destructor Documentation

◆ TConstObjProperty()

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

Definition at line 166 of file property.h.

◆ ~TConstObjProperty()

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

Definition at line 167 of file property.h.

Member Function Documentation

◆ operator const T &()

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

Definition at line 174 of file property.h.

◆ operator T*()

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

Definition at line 173 of file property.h.

◆ operator()() [1/2]

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

Definition at line 170 of file property.h.

◆ operator()() [2/2]

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

Definition at line 171 of file property.h.

◆ operator*()

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

Definition at line 176 of file property.h.

◆ operator->()

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

Definition at line 175 of file property.h.


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