aeerscpool.h

来自「BREW SDK 3.1。BREW应用程序的开发包。」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef AEERSCPOOL_H
#define AEERSCPOOL_H /* #ifndef AEERSCPOOL_H */
/*============================================================================

FILE:  AEERscPool.h

SERVICES:  
        IRscPool, an interface for grouping resources

GENERAL DESCRIPTION:
        A resource pool allows for grouping of objects with identical 
        lifetimes or objects that must be cleaned up in case of an 
        exception, thereby simplifying code that would otherwise have to
        track the resources independently.

============================================================================

               Copyright 

⌨️ 快捷键说明

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