您要查找的是不是:
- Classes with static data members should not be shared. 不应共享具有静态数据成员的类。
- Static data members are implemented as the equivalent of global variables. 静态数据成员以全局变量的等效形式实现。
- Here, we will store the cached images as static data members in the tag handler helper classes. 这里,我们将把高速缓存的图像作为静态数据成员存储在标记处理器助手类中。
- This means that each process would have its own copy of that class's static data members. 这意味着每个进程都具有它自己的该类静态数据成员的副本。
- Static Variable and Static Data Member 静态变量与静态数据成员
- For example, the following produces a static data member and initializes it: 例如,下述代码能生成一个static数据成员,并对其初始化:
- Does not hold static data over successive calls. 不为连续的调用持有静态数据。
- They are known to use static data structures. 众所周知它们使用了静态数据结构体。
- static data member 静态数据成员
- A data member accessed by means of an accessor. 通过访问器访问的数据成员。
- Is a public data member of udt_column_name. udt_column_name的公共数据成员。
- To make a data member or method static, you simply place the keyword before the definition. 为了将数据成员或方法设为static,只需在定义前置和这个关键字即可。
- To make a data member or method static,you simply place the keyword before the definition. 为了将数据成员或方法设为静态的,只需在定义前置和这个关键字即可。
- You can see that the StaticFun method incr( ) increments the static data i. 从中可看出,StaticFun的方法incr()使静态数据i增值。
- Object that defines and matches both a depth and a data member. 定义并匹配深度和数据成员的。
- The criteria can be specified with a depth, a data member, or both. 条件可以用深度、数据成员或这两者指定。
- Bound to the specified data member, gets its currency manager. 绑定到指定的数据成员,则获取其货币管理器。
- Check if a user has tampered with the static data in the http request. 检查用户是否篡改过http请求中的静态数据。
- The sample includes a static data file so that you can run the sample. 示例中包含静态数据文件,以便可以运行该示例。
- If there is a difference, the data member has been set. 如果存在差异,说明已设置数据成员。