📄 conn_00.cc
字号:
// file: $isip/class/algo/Connection/conn_00.cc// version: $Id: conn_00.cc,v 1.5 2002/07/02 00:52:25 picone Exp $//// isip include files//#include "Connection.h"//-----------------------------------------------------------------------------//// we define non-integral constants at the end of class definition for// templates (for non-templates these are defined in the default constructor)// //-----------------------------------------------------------------------------// constants: class name//const String Connection::CLASS_NAME(L"Connection");// constants: i/o related constants//const String Connection::DEF_PARAM(L"");const String Connection::PARAM_ALGORITHM(L"algorithm");const String Connection::PARAM_IMPLEMENTATION(L"implementation");const String Connection::PARAM_CHANNEL(L"channel");// constants: NameMap(s) for the enumerated values//const NameMap Connection::ALGO_MAP(L"CHANNEL, STREAM");const NameMap Connection::IMPL_MAP(L"CONCATENATE, INTERLEAVE, SELECT");// static instantiations: memory manager//MemoryManager Connection::mgr_d(sizeof(Connection), Connection::name());
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -