What is the translation of " STATIC MEMBER FUNCTIONS " in Chinese?

['stætik 'membər 'fʌŋkʃnz]
['stætik 'membər 'fʌŋkʃnz]
静态成员函数

Examples of using Static member functions in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
And static member functions.
以及静态成员函数.
Some interesting facts about static member functions in C++.
本文讨论C++类中的static成员的一些特性。
Static member functions do not have a this pointer.
Static函数没有this指针。
Use static member variables and static member functions.
Static静态成员变量和静态成员函数.
Static member functions, however, can be defined.
成员函数也可以被定义为静态的
The input routines in the textio class are static member functions.
TextIO类的输入子程序都是静态成员函数
Static member functions do not have a this pointer.
Static修饰的成员函数没有this指针。
Non-virtual functions, and static member functions, cannot be accessed.
非成员函数和静态成员函数不能为虚。
Static member functions are not associated with any object.
静态成员函数不关联到任何对象。
It can only call static data members and static member functions.
了它仅能访问类的静态数据和静态成员函数
(Static member functions were introduced in the previous section.).
静态成员函数在之前的章节里有介绍。
C allows user-defined types to overload operators by defining static member functions using the operator keyword.
C允许用户定义的类型通过使用operator关键字定义静态成员函数来重载运算符。
Static member functions error; How to properly write the signature?
静态成员函数错误;如何正确地写入签名??
New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members..
引入了多重继承、抽象类、静态成员函数、常数成员函数,以及成员保护。
Static member functions cannot be virtual, const, or volatile.
静态成员函数不能为virtual、const或volatile。
New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members..
引入了多重继承、抽象类别、静态成员函数、常量成员函数,以及成员保护。
Static member functions can only operate on the static data members..
静态成员函数只能访问静态数据成员。
New features included multiple inheritance, abstract classes, static member functions, const member functions, and protected members..
它引入了多重继承、抽象类、静态成员函数、常数成员函数及成员保护等新特性。
Static member functions can only operate on the static data members..
记住,static成员函数只能访问类的static数据成员。
Static members can access each other, including static member functions to access static data members and access static member functions;
静态成员之间可以相互访问,包括静态成员函数访问静态数据成员和访问静态成员函数
Static member functions have a class scope and they do not have access to the this pointer of the class.
静态成员函数有一个类范围,他们不能访问类的this指针。
And then it went through some major updates like- multiple inheritances,abstract classes, static member functions, constant member functions, and protected member functions..
它引入了多重继承、抽象类、静态成员函数、常数成员函数及成员保护等新特性。
Static member functions cannot access non-static member functions and non-static data members;.
静态成员函数不能访问非静态成员函数和非静态数据成员.
Declares a static member function.
声明静态成员函数
The static member function cannot be a virtual function..
静态成员函数不能是虚函数。
A static member function can access only static data members of a class.
记住,static成员函数只能访问类的static数据成员。
Accessing a static member function.
调用一个类的静态成员函数.
The standard class Integer contains a static member function for converting from String to int.
标准的Integer类提供了静态成员函数,可以将String转为int。
Instance is a class operation(that is,a class method in Smalltalk and a static member function in C++).
Instance是一个类操作(即Smalltalk中的一个类方法和C++中的一个静态成员函数)。
Results: 29, Time: 0.0301

Word-for-word translation

Top dictionary queries

English - Chinese