testregistrycollection.h
来自「基于sipfoundy 公司开发的sipx协议API」· C头文件 代码 · 共 71 行
H
71 行
//// Copyright (C) 2004, 2005 Pingtel Corp.// //// $$//////////////////////////////////////////////////////////////////////////////#ifndef _TestRegistryCollection_h_#define _TestRegistryCollection_h_// SYSTEM INCLUDES// APPLICATION INCLUDES#include "utl/UtlSList.h"// DEFINES// MACROS// EXTERNAL FUNCTIONS// EXTERNAL VARIABLES// CONSTANTS// STRUCTS// TYPEDEFS// FORWARD DECLARATIONS/** */class TestRegistryCollection : public UtlSList{/* //////////////////////////// PUBLIC //////////////////////////////////// */ public:/* ============================ CREATORS ================================== */ /** * Default constructor */ TestRegistryCollection(); /** * Copy constructor */ TestRegistryCollection(const TestRegistryCollection& rTestRegistryCollection); /** * Destructor */ virtual ~TestRegistryCollection(); /* ============================ MANIPULATORS ============================== */ /** * Assignment operator * * @param rhs right hand side of the equals operator */ TestRegistryCollection& operator=(const TestRegistryCollection& rhs); /* ============================ ACCESSORS ================================= *//* ============================ INQUIRY =================================== *//* //////////////////////////// PROTECTED ///////////////////////////////// */ protected:/* //////////////////////////// PRIVATE /////////////////////////////////// */ private:};/* ============================ INLINE METHODS ============================ */#endif // _TestRegistryCollection_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?