文件名称:cc
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/Date.cc 和 muduo/base/Thread.cc 等处就用到了匿名 namespace-C++ Engineering Practice (1): caution anonymous namespace anonymous namespace (anonymous namespace or call unnamed namespace) is a C++, a very useful function, and its main purpose is to allow the namespace of the member (variable or function) has a unique global name, to avoid name collisions (name collisions). General in the preparation. Cpp file, if you need to write some small helper functions, we often put in anonymous namespace. muduo 0.1.7 The muduo/base/Date.cc and muduo/base/Thread.cc to use an anonymous namespace, etc.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
匿名 namespace.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.