OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::TAutoArgs< N > Class Template Reference

The first TAutoVal item of TAutoArgs holds the return value. More...

#include <ocf/autodefs.h>

Inheritance diagram for ocf::TAutoArgs< N >:
ocf::TAutoProxyArgs

Public Member Functions

 TAutoArgs ()
 
- Public Member Functions inherited from ocf::TAutoProxyArgs
 operator TAutoVal & ()
 
 operator VARIANT * ()
 
 operator unsigned int ()
 
TAutoValoperator[] (int index)
 

Public Attributes

TAutoVal Args [N+1]
 

Protected Member Functions

virtual TAutoValGetArgs ()
 
- Protected Member Functions inherited from ocf::TAutoProxyArgs
 TAutoProxyArgs (int cnt)
 

Detailed Description

template<int N>
class ocf::TAutoArgs< N >

The first TAutoVal item of TAutoArgs holds the return value.

Items at indices 1 through N+1 represent the first, second, third ... paramters. Of course, these parameters are optional.

Definition at line 1263 of file autodefs.h.

Constructor & Destructor Documentation

◆ TAutoArgs()

template<int N>
ocf::TAutoArgs< N >::TAutoArgs ( )
inline

Definition at line 1265 of file autodefs.h.

Member Function Documentation

◆ GetArgs()

template<int N>
virtual TAutoVal * ocf::TAutoArgs< N >::GetArgs ( )
inlineprotectedvirtual

Implements ocf::TAutoProxyArgs.

Definition at line 1273 of file autodefs.h.

References ocf::TAutoArgs< N >::Args.

Member Data Documentation

◆ Args

template<int N>
TAutoVal ocf::TAutoArgs< N >::Args[N+1]

Definition at line 1264 of file autodefs.h.


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