OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The first TAutoVal item of TAutoArgs holds the return value. More...
#include <ocf/autodefs.h>
Public Member Functions | |
TAutoArgs () | |
Public Member Functions inherited from ocf::TAutoProxyArgs | |
operator TAutoVal & () | |
operator VARIANT * () | |
operator unsigned int () | |
TAutoVal & | operator[] (int index) |
Public Attributes | |
TAutoVal | Args [N+1] |
Protected Member Functions | |
virtual TAutoVal * | GetArgs () |
Protected Member Functions inherited from ocf::TAutoProxyArgs | |
TAutoProxyArgs (int cnt) | |
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.
|
inline |
Definition at line 1265 of file autodefs.h.
|
inlineprotectedvirtual |
Implements ocf::TAutoProxyArgs.
Definition at line 1273 of file autodefs.h.
References ocf::TAutoArgs< N >::Args.
TAutoVal ocf::TAutoArgs< N >::Args[N+1] |
Definition at line 1264 of file autodefs.h.