Category
Modifiers, Keyword extensions
Syntax
virtual __classmethod int <funcdecl> ( int ); __classmethod virtual int <funcdecl> (int );
Description
The __classmethod keyword was added to declare class methods in C++. The modifier __classmethod indicates that a function may be invoked on a class name--as well as on an instance of that class.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|