cp.h

来自「这是VCF框架的代码」· C头文件 代码 · 共 15 行

H
15
字号
/** \file  * Connection-point implementations.  * The thought behind the current implementation was to try and maintain  * connections points accessible from the coclass through the member  * connection_point.  *  * Where multiple connection-points are defined, the member is accessed thus:  * \code  *     connection_point_for<IEventInterface>::connection_point  * \endcode  * The default connection point wrapper implementations have a prefix of  * \b Fire_ before the event name.  *//* * Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?