数据成员
- data members
-
update语句中列出的列基于已发生更改的字段数据成员。
The columns listed in the update statement are based on the field data members that have changed .
-
如果你没有为拷贝构造函数写正确的代码,就有可能造成list中对象的某些数据成员没有初始化。
If you do not write a correct code for the copy constructor , object within a list will have some data members uninitialized .
-
可以通过设置name属性来自定义数据成员的名称。
By setting the name property , you can customize the name of the data member .
-
为了将数据成员或方法设为static,只需在定义前置和这个关键字即可。
To make a data member or method static , you simply place the keyword before the definition .
-
调用edit之后,编辑缓冲区仍表示当前记录,但现在可以接受对字段数据成员的更改。
After you call edit , the edit buffer still represents the current record but is now ready to accept changes to the field data members .
-
另外,基本API有许多只在运行时出现的错误;例如,地址或协议不匹配或未初始化的数据成员。
Also , a lot of errors with the native API only appear at run time & for example , a mismatch in address or protocol or uninitialized data members .
-
默认情况下,将clr成员名称用作数据成员的名称。
By default , the CLR member name is used as the name of the data member .
-
本文设计了Graph类,其对象的数据成员用以存储网络拓扑图数据,方法成员用于后续的最优路径规划算法。
The class of Graph was designed in this paper . The data members of the Graph object is used to store topology graph of network while the function members of it is used in the algorithm of optimal path planning .
-
这也是为什么,比如,导出派生自STL模板类或者使用STL模板类对象作为数据成员是非常困难和令人生厌的。
That is why , for instance , it is very hard and tiresome to export classes that are derived from STL templates or to use STL templates as data members .
-
由于现在没有共享对象,于是shmclient1创建了它们,引用它们的数据成员,调用它们的虚函数,然后退出&将对象留在了内存中。
Because no shared objects are present , it creates them , references their data members , invokes their virtual functions , and quits & leaving the objects behind in memory .
-
首先,并对保持SearchEngine的规则添加一个新的数据成员
First , add a new data member to the rule that holds the SearchEngine
-
在Rhino中,可以持有将添加到JPanel中的组件,并为该对象的数据成员分配函数来处理事件,通过以上操作可以映射该行为。
In Rhino , I mirror this behavior by holding on to the components to be added to the JPanel and assigning functions to data members of this object to handle events .
-
首先,Vee-Table指针用于访问虚函数,而对数据成员的访问直接使用编译时偏移量实现。
First , the Vee-Table pointer is used to access virtual functions , and data members are accessed directly using compile time offsets .
-
对于不生成预定义数据成员和其他构件的UPES,可以使用一个新选项来禁用其重用准备,从而使得迁移后的流程更加简单。
A new option can be used to disable preparation for the reuse of a UPES that does not generate predefined data members and other artifacts , resulting in a simpler migrated process .
-
时间&消息触发对象(TMO)结构方案是传统面向对象设计和实现技术在语义上的巨大扩展,它允许系统设计者精确的设定高层的分布式计算对象的数据成员和方法成员的时间特性。
The time-triggered message-triggered object ( TMO ) structuring scheme is a semantically powerful extension of the conventional object oriented design and implementation techniques which allows the system designer to accurately specify timing characteristics of data and function components of high & level distributed computing objects .
-
每个对象都为自己的数据成员保有存储空间;
Each object keeps its own storage for its data members ;
-
浅谈C++的静态数据成员
The discussing on static data member in C + + language
-
异常不能当作用户定义类型的数据成员使用。
Exceptions cannot be used as data members of user-defined types .
-
返回与非叶成员相关的、系统生成的数据成员。
Returns the system-generated data member associated with a nonleaf member .
-
此成员被作为属性或数据成员进行更改。
The member is changed as a property or data member .
-
为指定的数据成员获取相关的当前项管理器。
Gets the related currency manager for the specified data member .
-
一种访问类中数据成员的新方法
A New Approach to Accessing the Data-members of a Class
-
数据成员、表、视图,或多维数据集名称
Data member , table , view , or cube name
-
向您的数据成员添加相关的获得方法
Add the respective get method for your data member
-
数据成员不会在对象之间共享。
The data members are not shared among objects .
-
由测试方法共享的私有数据成员的定义。
Definition of private data members that are shared by the test methods .
-
在文档数据成员中存储序列化信息。
Store the serialized information in document data members .
-
C++语言中静态数据成员和静态成员函数的研究
Research of Static Data Member and Static Member Function in C + + Language
-
完整注释有多个数据成员。
Full annotations have multiple data members .
-
第二次,进程只是引用数据成员和虚函数。
The second time , the process simply references the data members and virtual functions .