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

#include <owl/property.h>

Public Member Functions

 operator T ()
 
operator= (T value)
 
TSetteroperator= (const TSetter &val)
 

Public Attributes

Index
 

Protected Attributes

T * Content
 

Detailed Description

template<class T, class I>
class owl::TArrayProperty< T, I >::TSetter

Definition at line 190 of file property.h.

Member Function Documentation

◆ operator T()

template<class T , class I >
owl::TArrayProperty< T, I >::TSetter::operator T ( )
inline

Definition at line 193 of file property.h.

References owl::TArrayProperty< T, I >::TSetter::Content.

◆ operator=() [1/2]

template<class T , class I >
TSetter & owl::TArrayProperty< T, I >::TSetter::operator= ( const TSetter & val)
inline

Definition at line 195 of file property.h.

References owl::TArrayProperty< T, I >::TSetter::Content.

◆ operator=() [2/2]

template<class T , class I >
T owl::TArrayProperty< T, I >::TSetter::operator= ( T value)
inline

Member Data Documentation

◆ Content

template<class T , class I >
T* owl::TArrayProperty< T, I >::TSetter::Content
protected

Definition at line 197 of file property.h.

◆ Index

template<class T , class I >
I owl::TArrayProperty< T, I >::TSetter::Index

Definition at line 192 of file property.h.


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