member function
成员函数;成员函式
2026-03-21 19:46 浏览次数 21
成员函数;成员函式
member filter function成员过滤函数
member function adapters成员函数适配器
static member function静态成员函数
absolute member ship function绝对隶属函数
member function template成员函数模板
member Function call成员函数调用
member r function成员函数
Class Member Function类成员函数
Member Function Lookup成员函数的查找
This member function allows direct access to the underlying common control.
该成员函数允许直接访问潜在的通用控件。
Any outstanding problems with a member function should be documented so that other developers understand the weaknesses and difficulties with the member function.
应当对成员函数的任何未解决的问题编制文档,以便其它开发人员理解成员函数的缺点和难点。
One of the easiest ways to determine how a piece of code works is to look at an example, so including an example or two of how to invoke a member function is quite helpful.
确定一块代码如何工作的最容易方法之一就是看一下示例,所以包括如何调用成员函数的一个或两个示例是十分有用的。
If a given bug is applicable to more than one member function within a class, then it should be documented for the class instead of solely for the function.
如果某一特定的错误可适用于一个类中的多个成员函数,那么应该针对该类而不是单独为该函数编制文档。
For example, the withdraw member function of a bank account modifies the account balance.
例如,银行帐户的withdraw成员函数修改帐户余额。
How to use member function in compare?
如何在比较使用成员函数?
A member function with private visibility can only be invoked by other member functions in the class in which it is defined, but not in the subclasses.
具有私有可视性的成员函数只能由与该成员函数在同一个类中定义的其它成员函数调用,而在子类中的成员函数不能调用该成员函数。
Call this member function to retrieve the style of a status bar「s pane. A pane」s style determines how the pane appears.
调用此成员函数来检索一个状态栏的窗格的风格。窗格的风格决定了该窗格的外观。
This member function ensures that every message is processed.
这个成员函数确保每个消息都被处理。
Type into the member function Main a few lines of code to create an instance of Quad and then assert that when the object Area method is given a length of 3 and width of 2, it returns the value 6.
在主函数中输入下列几行代码,创建Quad实例,并通过Assert断言,当长宽各为3和2时,返回的结果应该是6。
Note that when you try to access an argument of a class member function the actual argument count starts from 2 instead of 1.
注意,在访问类成员函数的参数时,实际的参数编号从2而不是从1开始。
When a setter (a member function that updates a field) of a class that implements the Runnable interface is not synchronized, then you should document your reasons why.
如果实现Runnable接口的类的setter(更新字段的成员函数)没有同步,则应该写明原因。
Add a CMyApp: : ExitInstance member function using the Class Wizard.
使用类向导添加CMyApp:ExitInstance成员函数。
What and why the member function does what it does
成员函数所做的事情以及这样做的理由
Call this member function to set the style of a status bar「s pane. A pane」s style determines how the pane appears.
调用此成员函数来设置一个状态栏的窗格的风格。一个窗格的风格决定了该窗格的外观。
If a member function changes an object, then this needs to be indicated.
如果成员函数更改对象,则这需要指出。
Blitz's Uniform class provides a member function that returns a double in 0, 1.
Blitz的Unifor m类提供返回在0,1间的双精度数的成员函数。
Finally, if you override or overload a member function and change its synchronization, you should also document why.
最后,如果覆盖或过载成员函数并更改其同步,则也应该写明原因。
To move, modify, or delete a graphics element, this ID is passed as a parameter to the respective member function on the containing Canvas object.
要移动、修改或者删除图形元素,该ID将作为参数传递给包含画布对象的各个成员函数。
Special member function that is used to initialize newly created objects.
用来初始化新建对象的特殊成员函数。
How to specialize for member function type in template class?
如何专门为模板类成员函数的类型?
This example shows the C++ source code that contains a non-class function, a Private member function of a class, and a Public member function of a class.
这个示例使用的 C++源代码包含一个非类函数、类的一个私有成员函数和一个公共成员函数。
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage.
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
By documenting what a member function does, you make it easier for others to determine if they can reuse your code.
通过对成员函数所做的事情编制文档,其他人就可以更容易地确定他们是否可以重用您的代码。