⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 base.cpp

📁 机器人足球比赛仿真程序 服务器端车工内需
💻 CPP
字号:
// -*-c++-*-/***************************************************************************                  base.cpp  - Part of the rcss::LibLoader testing program                             -------------------    begin                : 28-Aug-2003    copyright            : (C) 2003 by The RoboCup Soccer Server                            Maintenance Group.    email                : sserver-admin@lists.sourceforge.net ***************************************************************************//*************************************************************************** *                                                                         * *   This program is free software; you can redistribute it and/or modify  * *   it under the terms of the GNU GPL as published by the Free Software   * *   Foundation; either version 2 of the License, or (at your option) any  * *   later version.                                                        * *                                                                         * ***************************************************************************/#include "base.hpp"//Base::Factory Base::s_fact;Base::Factory&Base::factory(){ static Factory fact; return fact; }// #if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)// template class LOADERTESTBASE_API std::allocator< Base::Factory::Creator >;// template class LOADERTESTBASE_API std::vector< Base::Factory::Creator >;// template class LOADERTESTBASE_API std::allocator< std::pair< Base::Factory::Index, std::vector< Base::Factory::Creator > > >;// template class LOADERTESTBASE_API std::vector< std::pair< Base::Factory::Index, std::vector< Base::Factory::Creator > > >;// template class LOADERTESTBASE_API rcss::lib::Factory< Base::Creator >;// #endif

⌨️ 快捷键说明

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