An object providing access to the base class list of the parent object.
一个对象,用于提供对父对象的基类列表的访问。
An unspecialized class template cannot be used as a template argument in a base class list.
不能将非专用化的类模板用作基类列表中的模板参数。
It is invalid to use an unspecialized template class name as a template parameter in a base class list.
将非专用化的模板类名用作基类列表中的模板参数是无效的。
You must explicitly add the template type parameters to the template class name when using it as a template parameter in a base class list.
当要将某个模板类型参数用作基类列表中的模板参数时,必须显式地将该模板类型参数添加到模板类名中。
Next, look at the ValidValuesTable class, the base class for all specific list values classes (Listing 6).
接下来,看一下validvaluestable类,这是所有特定列表值类的基类(见清单6)。
You can start typing the name of the class, and Eclipse will narrow the list of base class candidates quickly.
您可以开始键入类名,并且Eclipse将快速缩小基本候选类的列表。
While the rest of the .NET framework evolved and built upon the 2.0 version of the CLR, the base class library team has been slowly building their wish list.
当其余的.NET框架基于CLR 2.0版本之上不断演进与构建时,基类库团队却在缓慢地构建他们的期望列表。
Notice that now in a class definition, keyword arguments are allowed after the list of base classes—generally speaking, class Foo(*bases, **kwds): pass.
请注意,现在,在类定义中,关键字参数被允许出现在基类列表之后 —通常来讲,即class Foo(*bases, **kwds): pass。
After getting list values from the database, the ListValuesLoader stores these values in a specific list values class which extends from base ValidValuesTable class.
从数据库获取了列表值之后,ListValuesLoader会在一个特定的列表值类中存储这些值,该类扩展自validvaluestable基类。
Is a class (or struct) that implements a more-derived interface also required to state in its base type list that it is implementing all of those less-derived interfaces?
一个实现了派生程度较高的接口的class或者struct必须要在其基类型列表中声明它实现了那些派生程度较低的接口吗?
How do I use an initialization list with a base class?
我如何使用初始化列表的基类?
You should either delete the implementation of the interface member or add the interface to the base-class list of the class.
应删除接口成员的实现,或将接口添加到类的基类列表中。
An indirect base is a base class of one of the classes in the base list.
间接基底是基底清单中其中一个类别的基底类别。
When a base type list contains a base class and interfaces, the base class must come first in the list.
当基类型列表包含基类和接口时,基类必须是列表中的第一项。
It cannot be used in the initializer list for a base class.
它无法在基底类别的初始设定式清单中使用。
Provides the base class for types that define a list of items used to create a smart tag panel.
为定义用于创建智能标记面板的项列表的类型提供基类。
Provides the base class for types that define a list of items used to create a smart tag panel.
为定义用于创建智能标记面板的项列表的类型提供基类。
应用推荐