• Private function can access private variables.

    这说明私有函数访问私有变量

    youdao

  • When we get there, there is a sign at the gate that they are closed for a private function.

    我们到达那里,那里签署他们的功能关闭私人

    youdao

  • I don't see the point of making private function with arguments, if you're aware that this argument is class private member.

    认为私有函数参数如果知道这个参数私有成员

    youdao

  • At lever 5 poolside, the Pool Side BBQ Bar is the most appropriate venue for small and medium size outdoor private function.

    位于酒店楼的露天池畔烧烤,轻松自在,适宜举行各类型池畔派对。

    youdao

  • You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.

    应该使用实例构造函数一些特殊私有方法、任何其它习惯初始化静态变量

    youdao

  • A complimentary welcome cocktail plus a paid buffet with an hour open bar on the first day of their arrival in a private function room.

    他们到达第一,需要提供免费欢迎式鸡尾酒会,用餐是已付费自助餐,地点要私人多功能房间。

    youdao

  • I will require a complimentary welcome cocktail plus a paid buffet with an hour open bar on the first day of their arrival in a private function room.

    需要欢迎鸡尾酒会另加一个付费自助餐小时酒吧一个包间,供他们第一到达后下塌之用。

    youdao

  • The essence of the international selection of minimalist bathroom design configuration, effectively embodied the private function room for endless possibilities.

    实质国际选择浴室设计配置有效地体现私营功能空间无限的可能性。

    youdao

  • 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.

    具有私有可视性成员函数只能与该成员函数同一个定义其它成员函数调用在子类中的成员函数不能调用该成员函数。

    youdao

  • 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.

    具有缺省可视性成员函数对于同一个软件包所有其它实际上公有的,对于软件包外部的类,它是私有的。

    youdao

  • A nested, or inner, function can inherit the arguments and variables of its outer function, and is private to that function.

    一个嵌套内部函数可以继承外部函数参数变量外部函数私有

    youdao

  • As with the courtyard houses, there was a rich hierarchy of public and private zones. The central garden served the same function as the courtyard, at much larger scale.

    正如四合院明确了居民公共生活私人空间划分,现代公寓中心花园也有着相同功能,只不过是规模变得大了而已。

    youdao

  • 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++源代码包含个非函数、类的一个私有成员函数一个公共成员函数。

    youdao

  • If you do not want a particular method to be exposed, change it to a Private method by adding the Private qualifier before the function.

    如果希望公开特定方法,则更改PrivateMethod,方法是函数之前添加private限定符

    youdao

  • Reva Bhalla, Middle East analyst for the private intelligence firm, Stratfor, says gathering intelligence is the most basic function of the CIA.

    私营情报公司斯达福中东分析员瑞瓦·巴勒表示搜集情报中情局基本工作

    youdao

  • So, let's see how you can make this function a private one.

    那么我们看看如何函数私有化。

    youdao

  • Making it private is the "old" way of doing it. The constructor still exists, but it is private, and can only be invoked from within another class member function.

    使私人方式这样做。构造函数仍然存在私人的,只能内部调用另一个成员函数

    youdao

  • A function outside of an object cannot access private properties of that object, but an object can pass any property it wants to another method or function.

    函数对象以外无法访问私人性质的对象,可以通过个对象的任何财产希望其他方法函数。

    youdao

  • But to be able to reach any private data within a user defined class you have to declare the global function as a friend within the definition of the class.

    为了访问一个用户定义的私有数据必须声明全局函数友元函数,并且定义

    youdao

  • In the same vein, assert is also used to test the internal state of a function-such as private member variables, or variables with internal linkage used strictly within the file.

    同理断言被用来测试函数内部状态比如说私有成员变量或者文件内部变量(variableswith inner -linkage usedstrictlywithinthe file .)。

    youdao

  • The basic way to resolve the acute problem is to maximize market's function in the private sector and maximize the function of public choice mechanism.

    解决农民税费负担问题基本思路私人部门最大可能让市场发挥最大的作用,在公共部门让公共选择机制发挥最大作用。

    youdao

  • The reservation of public order has a function to eliminate some dangerous potentiality in the conflict rules, and it exists as a safe valve of private international law.

    公共秩序保留具有消除隐含冲突规范中的某种危险性功能作为国际私法安全阀存在

    youdao

  • Setting up virtual private network for business enterprise provides a low cost network foundation, increases enterprise network function and enlarges its private scope.

    虚拟专用网组网方式企业提供了一种成本网络基础设施,并增加了企业网络功能扩大了其专用网的范围。

    youdao

  • With its sleek and spacious design the red hall is a part of everyday working life of the EcoPark with its open space design, location and function and its private cafeteria.

    通过时尚宽敞设计已经成为生态园日常工作一部分这些归功于开放式空间设计、地理位置功能以及它的专属食堂。

    youdao

  • Why can't this friend function access the private variables?

    为什么这不可以友元函数访问私有变量

    youdao

  • Service function of village clinical stations (most private clinics) is low; country doctors cannot meet the needs of farmer's health service.

    卫生室卫生服务功能低下,绝大多数私人诊所,难以满足农民基本就医需求

    youdao

  • The private key and public key are the function of a pair of big prime number (decimal number between 100 and 200 bit or larger).

    公开密钥私人密钥一对素数(100到200个十进制大)函数

    youdao

  • How can I use a private member variable in a non-member function, when the variable happens to be a pointer?

    如何非成员函数使用私有成员变量,变量指针

    youdao

  • Example 8-6 is a second closure example. It demonstrates that private persistent variables like the one used above can be Shared by more than one function.

    示例8 - 6第二闭包示例。演示了上面那样私有保存的值可以不止个函数访问到。

    youdao

  • Example 8-6 is a second closure example. It demonstrates that private persistent variables like the one used above can be Shared by more than one function.

    示例8 - 6第二闭包示例。演示了上面那样私有保存的值可以不止个函数访问到。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定