The client who pays for the building and defines its function is an important member of the architectural team.
为建筑付款并定义其功能的客户是建筑团队的重要成员。
You should document any and all exceptions that a member function throws at you so that other programmers know what their code will need to catch.
您应该对成员函数向您掷出的所有异常编制文档,以便其它程序员知道他们的代码将需要捕捉什么。
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.
如果某一特定的错误可适用于一个类中的多个成员函数,那么应该针对该类而不是单独为该函数编制文档。
A member function with public visibility can be invoked by any other member function in any other object or class.
在任何其它对象或类中的任何其它成员函数都可以调用具有公有可视性的成员函数。
As you can see, the rules and notations for field visibility are consistent with those for member function visibility, as discussed last week.
您可以看到,字段可见性的规则和标记都与成员函数可见性的规则和标记一致。后者在上周讨论过。
This information lets other programmers know what to pass to a member function.
该信息能让其它程序员知道传给成员函数的是什么。
A member function with protected visibility can be invoked by any member function in the class in which it is defined or any subclasses of that class.
具有受保护可视性的成员函数可以由与该成员函数在同一个类中定义或其任何子类中定义的其它任何成员函数调用。
Finally, if you override or overload a member function and change its synchronization, you should also document why.
最后,如果覆盖或过载成员函数并更改其同步,则也应该写明原因。
First, it is a global function, not a member function.
第一,这是一个全局函数而不是成员函数。
If neither of the two is defined, the compiler provides an implicit version that is a public 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.
确定一块代码如何工作的最容易方法之一就是看一下示例,所以包括如何调用成员函数的一个或两个示例是十分有用的。
The WHA, comprised of the World Health Organization's (WHO) 192 Member States, is the supreme decision-making body for WHO and its main function is to determine the policies of the Organization.
卫生大会由世界卫生组织(世卫组织)192名成员国组成,是世卫组织的最高决策机构。其主要职能是确定本组织的政策。
By documenting what a member function does, you make it easier for others to determine if they can reuse your code.
通过对成员函数所做的事情编制文档,其他人就可以更容易地确定他们是否可以重用您的代码。
A member function with default visibility is effectively public to all other classes within the same package, but private to classes external to the package.
具有缺省可视性的成员函数对于同一个软件包中所有其它类实际上是公有的,而对于该软件包外部的类,它是私有的。
Any outstanding problems with a member function should be documented so that other developers understand the weaknesses and difficulties with the member function.
应当对成员函数的任何未解决的问题编制文档,以便其它开发人员理解成员函数的缺点和难点。
You also need to indicate how any parameters to a member function will be used.
您还需要表示将如何使用成员函数的任何参数。
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.
具有私有可视性的成员函数只能由与该成员函数在同一个类中定义的其它成员函数调用,而在子类中的成员函数不能调用该成员函数。
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将作为参数传递给包含画布对象的各个成员函数。
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 开始。
If a member function changes an object, then this needs to be indicated.
如果成员函数更改对象,则这需要指出。
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++源代码包含一个非类函数、类的一个私有成员函数和一个公共成员函数。
What and why the member function does what it does
成员函数所做的事情以及这样做的理由
In this case, we can leverage the new Virtual Member Manager (VMM) function provided by WAS v6.1 - the federated user repository.
在这种情况下,可以使用WAS v6.1提供的新的VirtualMemberManager (VMM)功能——联合用户存储库。
Examples of how to invoke the member function when appropriate.
如何在适当时调用成员函数的示例?
How a member function changes the object?
成员函数如何更改对象?
The error is caused by passing something other than a member or a measure as the parameters to the tuple function.
这个错误是由于向tuple函数传递的参数不为成员或度量值所导致的。
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(更新字段的成员函数)没有同步,则应该写明原因。
For a class member function, it starts from __arg2.
对于类成员函数,从__arg2开始。
For example, the withdraw member function of a bank account modifies the account balance.
例如,银行帐户的withdraw成员函数修改帐户余额。
Dynamic Query Mode does not allow a dimensional object, such as a member, as an argument to a vendor specific relational function.
DynamicQueryMode不支持维度对象(比如一个成员)作为特定于供应商的关系函数的参数。
应用推荐