重载函数
- 网络overloaded function;Overload Function
-
最后,调用使用char类型的参数的重载函数func。
Finally , it calls the overloaded function func with char type arguments .
-
被重载函数的返回类型可以相同也可以不同。
The return types can be the same or different on overloaded functions .
-
你可以在名为Initialize的重载函数中编写代码,从而在载入你的包时与VisualStudio交互。
The override function named Initialize is where you can put code to interact with Visual Studio when your package is loaded .
-
阐述了利用重载函数和内存映射文件解决前两大接口间数据交换问题的方法;
Then data exchange methods for the first two interfaces are expatiated on by using the over-load functions and mapping files in memory .
-
这种方法允许程序“预先过滤”引入的窗口ID信息,并为特定的窗口类型重载默认函数。
This method allows the app to " pre-filter " the incoming window ID bytes , and to override the default behavior for certain window types .
-
注意,无论如何,重载后函数的返回是一个类实例的参考。
Notice , however , that even in the presence of overloading , the return type is a reference to an object of the class .
-
采用了继承、重载、虚函数等技术实现了设计的简单性和可扩展性,采用了XML技术实现了灵活的存储管理,成功的实现了页面视图、XML存储和接收机代码之间的相互转换。
Technologies like inheritance , overload , virtual Functions are applied to achieve the simplicity and scalability of design , while the XML is used to attain the flexible storage management , which succeed in transformation among canvas , XML storage and code of set-top-box .
-
本文分析了C++中的两种多态性:编译时的多态性和运行时的多态性,通过函数重载和虚函数对其进行了探讨,指出了虚函数是实现动态联编的关键。
This article analyses two kinds of polymorphism : polymorphism in compiling and polymorphism in running . It argues the two kinds of polymorphism through function overloading and virtual function and points out that virtual function is the crucial technology of realizing dynamic binding .
-
不支持探测重载和多态的函数。
Probing of overloaded and polymorphic functions is not supported .