Home >
Back-end > Pop-up CPU interface, breakpoint shows this code, a great god to see what you mean...
Pop-up CPU interface, breakpoint shows this code, a great god to see what you mean...
The template
The class TAutoArgs: public TAutoArgsBase
{
Public:
TAutoArgs () : TAutoArgsBase (m_Array, Count) {};
~ TAutoArgs () {};
TAutoArgs (TAutoArgs&Src);
Private:
The Variant m_Array [Count + 1];
}