类的成员函数

  • 网络member function
类的成员函数类的成员函数
  1. 因回调函数的消息响应函数可作为VC++某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率。

    Because message response function of callback function can be a member function of a class such as View class , it is able to use member functions and member variables to avoid lowering the efficiency of the system with the use of many global variables .

  2. 而对于引起状态迁移的接口事件,则可以通过对象类中的成员函数来完成,成员函数体的主要功能就是实现状态迁移中发生的一系列活动。

    The member functions of an object are the interface events that trigger state transitions , and actions associated with state transitions constitute the body of the member functions .

  3. 设计了组件的抽象基类和由该基类派生出来的各个具体组件类的数据成员、成员函数。

    Design abstract basic class of subassembly , data members and member functions of every idiographic subassembly class that derive from basic class .

  4. 在服务器会话(或对象)类中的一个成员函数,这个类扩展了来自客户端程序的一个特定信息答复的服务。

    A member function in a server session ( or object ) class which implements the servicing of a specific message request from a client program .

  5. 这个示例使用的C++源代码包含一个非类函数、类的一个私有成员函数和一个公共成员函数。

    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 .

  6. 系统按面向对象编程惯例将其封装在SCR类中,绘图时调用该类的成员函数即可。

    In the system , they are encapsulated in the SCR class according to the OOP consuetude , the member functions in the class could be used in drawing process .

  7. 全生命周期管理类的设计,使得只需调用该类中的有关成员函数即可实现各项装备管理任务。

    By the design , it can achieve the management task by simply call the member functions of the class .

  8. 你的新集合类继承自特定的基类,派生的新的类的成员函数包含了基类的安全的成员函数。

    Your new collection class inherits from the specified base class , and the new class 's member functions use encapsulated calls to the base class members to enforce type safety .

  9. 类的状态测试是面向对象软件测试的重要内容,类的单元测试归结为测试类的数据成员和成员函数。

    The state test of class is an important component part of object-oriented software test . Class unit test comes down to test the data member and member function .