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

simple type/pointer More...

#include <owl/property.h>

Public Member Functions

 TProperty ()
 
 TProperty (const T &t)
 
 ~TProperty ()
 
operator() () const
 
 operator T ()
 
void operator() (const T &t)
 
TProperty< T > & operator= (const T &t)
 

Detailed Description

template<class T>
class owl::TProperty< T >

simple type/pointer

Definition at line 65 of file property.h.

Constructor & Destructor Documentation

◆ TProperty() [1/2]

template<class T >
owl::TProperty< T >::TProperty ( )
inline

Definition at line 69 of file property.h.

◆ TProperty() [2/2]

template<class T >
owl::TProperty< T >::TProperty ( const T & t)
inlineexplicit

Definition at line 70 of file property.h.

◆ ~TProperty()

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

Definition at line 71 of file property.h.

Member Function Documentation

◆ operator T()

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

Definition at line 78 of file property.h.

◆ operator()() [1/2]

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

Definition at line 76 of file property.h.

◆ operator()() [2/2]

template<class T >
void owl::TProperty< T >::operator() ( const T & t)
inline

Definition at line 84 of file property.h.

◆ operator=()

template<class T >
TProperty< T > & owl::TProperty< T >::operator= ( const T & t)
inline

Definition at line 86 of file property.h.


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